Html Css Color HEX #B0C242 Celery

📋 copy color: '#B0C242'

red 176 ◦ green 194 ◦ blue 66

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

Shades of Celery #B0C242

Tints of Celery #B0C242

RGB

 RED value IS 176 (69.14% from 255) = 40.37%

 GREEN value IS 194 (76.17% from 255) = 44.5%

 BLUE value IS 66 (26.17% from 255) = 15.14%

R = 40.37%
G = 44.5%
B = 15.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#B0C242 (or 0xB0C242) is known color: Celery. HEX triplet: B0, C2 and 42. RGB value is (176,194,66). Sum of RGB (Red+Green+Blue) = 176+194+66=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C242 is #4F3DBD. Grayscale: #AEAEAE. Windows color (decimal): -5193150 or 4375216. OLE color: 4375216.

HSL color Cylindrical-coordinate representation of color #B0C242: hue angle of 68.44º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0C242 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 66 -
CMYK 0.09 0 0.66 0.24
HSL 68.44º 0.51% 0.51% -
HSV(B) 68.44º 0.66% 0.76% -
XYZ 38.18 48.21 12.45 -
YUV 174.03 67.04 129.41 -
System Red Green Blue C M Y K H S L
Decimal 176 194 66 0.09 0 0.66 0.24 68.44 0.51 0.51
Hex B0 C2 42 9 0 42 18 44 33 33
Octal 260 302 102 11 0 102 30 104 63 63
Binary 10110000 11000010 1000010 1001 0 1000010 11000 1000100 110011 110011

Color Harmonies of #B0C242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C242

Black with #B0C242

Text Example


Text Example

White with #B0C242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C242; }

 p { color: rgb(176,194,66); }

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

background-color css

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

 a { background-color: rgb(176,194,66); }

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

border-color css

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

 span { border-color: rgb(176,194,66); }

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