Html Css Color HEX #B0BA51 Celery

📋 copy color: '#B0BA51'

red 176 ◦ green 186 ◦ blue 81

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

Shades of Celery #B0BA51

Tints of Celery #B0BA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.28%

R = 39.73%
G = 41.99%
B = 18.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B0BA51 (or 0xB0BA51) is known color: Celery. HEX triplet: B0, BA and 51. RGB value is (176,186,81). Sum of RGB (Red+Green+Blue) = 176+186+81=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA51 is #4F45AE. Grayscale: #ABABAB. Windows color (decimal): -5195183 or 5356208. OLE color: 5356208.

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

Color convert

RGB 176 186 81 -
CMYK 0.05 0 0.56 0.27
HSL 65.71º 0.43% 0.52% -
HSV(B) 65.71º 0.56% 0.73% -
XYZ 36.95 44.94 14.51 -
YUV 171.04 77.19 131.54 -
System Red Green Blue C M Y K H S L
Decimal 176 186 81 0.05 0 0.56 0.27 65.71 0.43 0.52
Hex B0 BA 51 5 0 38 1B 42 2B 34
Octal 260 272 121 5 0 70 33 102 53 64
Binary 10110000 10111010 1010001 101 0 111000 11011 1000010 101011 110100

Color Harmonies of #B0BA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA51

Black with #B0BA51

Text Example


Text Example

White with #B0BA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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