Html Css Color HEX #B0BD47 Celery

📋 copy color: '#B0BD47'

red 176 ◦ green 189 ◦ blue 71

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

Shades of Celery #B0BD47

Tints of Celery #B0BD47

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.35%

 BLUE value IS 71 (28.13% from 255) = 16.28%

R = 40.37%
G = 43.35%
B = 16.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#B0BD47 (or 0xB0BD47) is known color: Celery. HEX triplet: B0, BD and 47. RGB value is (176,189,71). Sum of RGB (Red+Green+Blue) = 176+189+71=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BD47 is #4F42B8. Grayscale: #ACACAC. Windows color (decimal): -5194425 or 4701616. OLE color: 4701616.

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

Color convert

RGB 176 189 71 -
CMYK 0.07 0 0.62 0.26
HSL 66.61º 0.47% 0.51% -
HSV(B) 66.61º 0.62% 0.74% -
XYZ 37.24 46.08 12.89 -
YUV 171.66 71.19 131.09 -
System Red Green Blue C M Y K H S L
Decimal 176 189 71 0.07 0 0.62 0.26 66.61 0.47 0.51
Hex B0 BD 47 7 0 3E 1A 43 2F 33
Octal 260 275 107 7 0 76 32 103 57 63
Binary 10110000 10111101 1000111 111 0 111110 11010 1000011 101111 110011

Color Harmonies of #B0BD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD47

Black with #B0BD47

Text Example


Text Example

White with #B0BD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD47; }

 p { color: rgb(176,189,71); }

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

background-color css

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

 a { background-color: rgb(176,189,71); }

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

border-color css

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

 span { border-color: rgb(176,189,71); }

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