Html Css Color HEX #B0BA47 Celery

📋 copy color: '#B0BA47'

red 176 ◦ green 186 ◦ blue 71

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

Shades of Celery #B0BA47

Tints of Celery #B0BA47

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.96%

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

R = 40.65%
G = 42.96%
B = 16.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B0BA47 (or 0xB0BA47) is known color: Celery. HEX triplet: B0, BA and 47. RGB value is (176,186,71). Sum of RGB (Red+Green+Blue) = 176+186+71=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA47 is #4F45B8. Grayscale: #AAAAAA. Windows color (decimal): -5195193 or 4700848. OLE color: 4700848.

HSL color Cylindrical-coordinate representation of color #B0BA47: hue angle of 65.22º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0BA47 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 186 71 -
CMYK 0.05 0 0.62 0.27
HSL 65.22º 0.45% 0.5% -
HSV(B) 65.22º 0.62% 0.73% -
XYZ 36.6 44.8 12.68 -
YUV 169.9 72.19 132.35 -
System Red Green Blue C M Y K H S L
Decimal 176 186 71 0.05 0 0.62 0.27 65.22 0.45 0.5
Hex B0 BA 47 5 0 3E 1B 41 2D 32
Octal 260 272 107 5 0 76 33 101 55 62
Binary 10110000 10111010 1000111 101 0 111110 11011 1000001 101101 110010

Color Harmonies of #B0BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA47

Black with #B0BA47

Text Example


Text Example

White with #B0BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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