Html Css Color HEX #B0BA56 Celery

📋 copy color: '#B0BA56'

red 176 ◦ green 186 ◦ blue 86

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

Shades of Celery #B0BA56

Tints of Celery #B0BA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.2%

R = 39.29%
G = 41.52%
B = 19.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B0BA56 (or 0xB0BA56) is known color: Celery. HEX triplet: B0, BA and 56. RGB value is (176,186,86). Sum of RGB (Red+Green+Blue) = 176+186+86=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA56 is #4F45A9. Grayscale: #ACACAC. Windows color (decimal): -5195178 or 5683888. OLE color: 5683888.

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

Color convert

RGB 176 186 86 -
CMYK 0.05 0 0.54 0.27
HSL 66º 0.42% 0.53% -
HSV(B) 66º 0.54% 0.73% -
XYZ 37.14 45.02 15.54 -
YUV 171.61 79.69 131.13 -
System Red Green Blue C M Y K H S L
Decimal 176 186 86 0.05 0 0.54 0.27 66 0.42 0.53
Hex B0 BA 56 5 0 36 1B 42 2A 35
Octal 260 272 126 5 0 66 33 102 52 65
Binary 10110000 10111010 1010110 101 0 110110 11011 1000010 101010 110101

Color Harmonies of #B0BA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA56

Black with #B0BA56

Text Example


Text Example

White with #B0BA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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