#B2B74A

Color #B2B74A Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B2B74A

Tints of Celery #B2B74A

Color information

#B2B74A (or 0xB2B74A) is unknown color: approx Celery. HEX triplet: B2, B7 and 4A. RGB value is (178,183,74). Sum of RGB (Red+Green+Blue) = 178+183+74=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B74A is #4D48B5. Grayscale: #A9A9A9. Windows color (decimal): -5064886 or 4896690. OLE color: 4896690.

HSL color Cylindrical-coordinate representation of color #B2B74A: hue angle of 62.75º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2B74A is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB17818374-
CMYK0.0300.600.28
HSL62.75º43.08%50.39%-
HSV(B)62.75º59.56%71.76%-
XYZ36.5343.8313.01-
YUV169.0874.34134.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 183 (71.88% from 255) = 42.07%
BLUE value IS 74 (29.30% from 255) = 17.01%
R=40.92%
G=42.07%
B=17.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178183740.0300.600.2862.7543.0850.39
HexB2B74A303C1C3f2b32
Octal262267112307434775362
Binary1011001010110111100101011011110011100111111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B74A; }

 p { color: rgb(178,183,74); }

 H1.HeaderClassName
 {
   color: #B2B74A;
 }
 .AnyTagClassName
 {
   color: #B2B74A;
 }
</style>
background-color css

<style>
 a { background-color: #B2B74A; }

 a { background-color: rgb(178,183,74); }

 div.DivClassName
 {
   background-color: #B2B74A;
 }
 .BgClassName
 {
   background-color: #B2B74A;
 }
</style>
border-color css

<style>
 span { border-color: #B2B74A; }

 span { border-color: rgb(178,183,74); }

 td.TdClassName
 {
   border-color: #B2B74A;
 }
 .TagClassName
 {
   border-color: #B2B74A;
 }
</style>