Html Css Color HEX #B2C044 Celery

📋 copy color: '#B2C044'

red 178 ◦ green 192 ◦ blue 68

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

Shades of Celery #B2C044

Tints of Celery #B2C044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.53%

R = 40.64%
G = 43.84%
B = 15.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#B2C044 (or 0xB2C044) is known color: Celery. HEX triplet: B2, C0 and 44. RGB value is (178,192,68). Sum of RGB (Red+Green+Blue) = 178+192+68=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C044 is #4D3FBB. Grayscale: #AEAEAE. Windows color (decimal): -5062588 or 4505778. OLE color: 4505778.

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

Color convert

RGB 178 192 68 -
CMYK 0.07 0 0.65 0.25
HSL 66.77º 0.5% 0.51% -
HSV(B) 66.77º 0.65% 0.75% -
XYZ 38.25 47.58 12.64 -
YUV 173.68 68.36 131.08 -
System Red Green Blue C M Y K H S L
Decimal 178 192 68 0.07 0 0.65 0.25 66.77 0.5 0.51
Hex B2 C0 44 7 0 41 19 43 32 33
Octal 262 300 104 7 0 101 31 103 62 63
Binary 10110010 11000000 1000100 111 0 1000001 11001 1000011 110010 110011

Color Harmonies of #B2C044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C044

Black with #B2C044

Text Example


Text Example

White with #B2C044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C044; }

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

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

background-color css

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

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

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

border-color css

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

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

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