Html Css Color HEX #B0BC4F Celery

📋 copy color: '#B0BC4F'

red 176 ◦ green 188 ◦ blue 79

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

Shades of Celery #B0BC4F

Tints of Celery #B0BC4F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.44%

 BLUE value IS 79 (31.25% from 255) = 17.83%

R = 39.73%
G = 42.44%
B = 17.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#B0BC4F (or 0xB0BC4F) is known color: Celery. HEX triplet: B0, BC and 4F. RGB value is (176,188,79). Sum of RGB (Red+Green+Blue) = 176+188+79=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC4F is #4F43B0. Grayscale: #ACACAC. Windows color (decimal): -5194673 or 5225648. OLE color: 5225648.

HSL color Cylindrical-coordinate representation of color #B0BC4F: hue angle of 66.61º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0BC4F is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 188 79 -
CMYK 0.06 0 0.58 0.26
HSL 66.61º 0.45% 0.52% -
HSV(B) 66.61º 0.58% 0.74% -
XYZ 37.3 45.76 14.26 -
YUV 171.99 75.52 130.86 -
System Red Green Blue C M Y K H S L
Decimal 176 188 79 0.06 0 0.58 0.26 66.61 0.45 0.52
Hex B0 BC 4F 6 0 3A 1A 43 2D 34
Octal 260 274 117 6 0 72 32 103 55 64
Binary 10110000 10111100 1001111 110 0 111010 11010 1000011 101101 110100

Color Harmonies of #B0BC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC4F

Black with #B0BC4F

Text Example


Text Example

White with #B0BC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC4F; }

 p { color: rgb(176,188,79); }

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

background-color css

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

 a { background-color: rgb(176,188,79); }

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

border-color css

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

 span { border-color: rgb(176,188,79); }

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