Html Css Color HEX #B2C049 Celery

📋 copy color: '#B2C049'

red 178 ◦ green 192 ◦ blue 73

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

Shades of Celery #B2C049

Tints of Celery #B2C049

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.34%

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

R = 40.18%
G = 43.34%
B = 16.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#B2C049 (or 0xB2C049) is known color: Celery. HEX triplet: B2, C0 and 49. RGB value is (178,192,73). Sum of RGB (Red+Green+Blue) = 178+192+73=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C049 is #4D3FB6. Grayscale: #AEAEAE. Windows color (decimal): -5062583 or 4833458. OLE color: 4833458.

HSL color Cylindrical-coordinate representation of color #B2C049: hue angle of 67.06º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2C049 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 73 -
CMYK 0.07 0 0.62 0.25
HSL 67.06º 0.49% 0.52% -
HSV(B) 67.06º 0.62% 0.75% -
XYZ 38.41 47.65 13.48 -
YUV 174.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 178 192 73 0.07 0 0.62 0.25 67.06 0.49 0.52
Hex B2 C0 49 7 0 3E 19 43 31 34
Octal 262 300 111 7 0 76 31 103 61 64
Binary 10110010 11000000 1001001 111 0 111110 11001 1000011 110001 110100

Color Harmonies of #B2C049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C049

Black with #B2C049

Text Example


Text Example

White with #B2C049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C049; }

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

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

background-color css

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

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

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

border-color css

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

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

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