Html Css Color HEX #B2CB49 Celery

📋 copy color: '#B2CB49'

red 178 ◦ green 203 ◦ blue 73

#B2CB49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #B2CB49

Tints of Celery #B2CB49

RGB

 RED value IS 178 (69.92% from 255) = 39.21%

 GREEN value IS 203 (79.69% from 255) = 44.71%

 BLUE value IS 73 (28.91% from 255) = 16.08%

R = 39.21%
G = 44.71%
B = 16.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#B2CB49 (or 0xB2CB49) is known color: Celery. HEX triplet: B2, CB and 49. RGB value is (178,203,73). Sum of RGB (Red+Green+Blue) = 178+203+73=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB49 is #4D34B6. Grayscale: #B5B5B5. Windows color (decimal): -5059767 or 4836274. OLE color: 4836274.

HSL color Cylindrical-coordinate representation of color #B2CB49: hue angle of 71.54º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2CB49 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 203 73 -
CMYK 0.12 0 0.64 0.20
HSL 71.54º 0.56% 0.54% -
HSV(B) 71.54º 0.64% 0.8% -
XYZ 40.92 52.66 14.31 -
YUV 180.71 67.22 126.07 -
System Red Green Blue C M Y K H S L
Decimal 178 203 73 0.12 0 0.64 0.20 71.54 0.56 0.54
Hex B2 CB 49 C 0 40 14 48 38 36
Octal 262 313 111 14 0 100 24 110 70 66
Binary 10110010 11001011 1001001 1100 0 1000000 10100 1001000 111000 110110

Color Harmonies of #B2CB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CB49

Black with #B2CB49

Text Example


Text Example

White with #B2CB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CB49; }

 p { color: rgb(178,203,73); }

 H1.HeaderClassName
 {
   color: #B2CB49;
 }
 .AnyTagClassName
 {
   color: #B2CB49;
 }
</style>

background-color css

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

 a { background-color: rgb(178,203,73); }

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

border-color css

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

 span { border-color: rgb(178,203,73); }

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