Html Css Color HEX #B1C040 Celery

📋 copy color: '#B1C040'

red 177 ◦ green 192 ◦ blue 64

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

Shades of Celery #B1C040

Tints of Celery #B1C040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.78%

R = 40.88%
G = 44.34%
B = 14.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#B1C040 (or 0xB1C040) is known color: Celery. HEX triplet: B1, C0 and 40. RGB value is (177,192,64). Sum of RGB (Red+Green+Blue) = 177+192+64=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C040 is #4E3FBF. Grayscale: #ADADAD. Windows color (decimal): -5128128 or 4243633. OLE color: 4243633.

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

Color convert

RGB 177 192 64 -
CMYK 0.08 0 0.67 0.25
HSL 67.03º 0.5% 0.5% -
HSV(B) 67.03º 0.67% 0.75% -
XYZ 37.91 47.42 12 -
YUV 172.92 66.53 130.91 -
System Red Green Blue C M Y K H S L
Decimal 177 192 64 0.08 0 0.67 0.25 67.03 0.5 0.5
Hex B1 C0 40 8 0 43 19 43 32 32
Octal 261 300 100 10 0 103 31 103 62 62
Binary 10110001 11000000 1000000 1000 0 1000011 11001 1000011 110010 110010

Color Harmonies of #B1C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C040

Black with #B1C040

Text Example


Text Example

White with #B1C040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C040; }

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

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

background-color css

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

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

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

border-color css

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

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

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