Html Css Color HEX #B1C042 Celery

📋 copy color: '#B1C042'

red 177 ◦ green 192 ◦ blue 66

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

Shades of Celery #B1C042

Tints of Celery #B1C042

RGB

 RED value IS 177 (69.53% from 255) = 40.69%

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

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

R = 40.69%
G = 44.14%
B = 15.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#B1C042 (or 0xB1C042) is known color: Celery. HEX triplet: B1, C0 and 42. RGB value is (177,192,66). Sum of RGB (Red+Green+Blue) = 177+192+66=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C042 is #4E3FBD. Grayscale: #ADADAD. Windows color (decimal): -5128126 or 4374705. OLE color: 4374705.

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

Color convert

RGB 177 192 66 -
CMYK 0.08 0 0.66 0.25
HSL 67.14º 0.5% 0.51% -
HSV(B) 67.14º 0.66% 0.75% -
XYZ 37.96 47.44 12.31 -
YUV 173.15 67.53 130.75 -
System Red Green Blue C M Y K H S L
Decimal 177 192 66 0.08 0 0.66 0.25 67.14 0.5 0.51
Hex B1 C0 42 8 0 42 19 43 32 33
Octal 261 300 102 10 0 102 31 103 62 63
Binary 10110001 11000000 1000010 1000 0 1000010 11001 1000011 110010 110011

Color Harmonies of #B1C042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C042

Black with #B1C042

Text Example


Text Example

White with #B1C042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C042; }

 p { color: rgb(177,192,66); }

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

background-color css

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

 a { background-color: rgb(177,192,66); }

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

border-color css

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

 span { border-color: rgb(177,192,66); }

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