Html Css Color HEX #B0BA57 Celery

📋 copy color: '#B0BA57'

red 176 ◦ green 186 ◦ blue 87

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

Shades of Celery #B0BA57

Tints of Celery #B0BA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.38%

R = 39.2%
G = 41.43%
B = 19.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B0BA57 (or 0xB0BA57) is known color: Celery. HEX triplet: B0, BA and 57. RGB value is (176,186,87). Sum of RGB (Red+Green+Blue) = 176+186+87=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA57 is #4F45A8. Grayscale: #ACACAC. Windows color (decimal): -5195177 or 5749424. OLE color: 5749424.

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

Color convert

RGB 176 186 87 -
CMYK 0.05 0 0.53 0.27
HSL 66.06º 0.42% 0.54% -
HSV(B) 66.06º 0.53% 0.73% -
XYZ 37.18 45.04 15.75 -
YUV 171.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 176 186 87 0.05 0 0.53 0.27 66.06 0.42 0.54
Hex B0 BA 57 5 0 35 1B 42 2A 36
Octal 260 272 127 5 0 65 33 102 52 66
Binary 10110000 10111010 1010111 101 0 110101 11011 1000010 101010 110110

Color Harmonies of #B0BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA57

Black with #B0BA57

Text Example


Text Example

White with #B0BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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