Html Css Color HEX #B0BA39 Celery

📋 copy color: '#B0BA39'

red 176 ◦ green 186 ◦ blue 57

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

Shades of Celery #B0BA39

Tints of Celery #B0BA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.6%

R = 42%
G = 44.39%
B = 13.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B0BA39 (or 0xB0BA39) is known color: Celery. HEX triplet: B0, BA and 39. RGB value is (176,186,57). Sum of RGB (Red+Green+Blue) = 176+186+57=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA39 is #4F45C6. Grayscale: #A8A8A8. Windows color (decimal): -5195207 or 3783344. OLE color: 3783344.

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

Color convert

RGB 176 186 57 -
CMYK 0.05 0 0.69 0.27
HSL 64.65º 0.53% 0.48% -
HSV(B) 64.65º 0.69% 0.73% -
XYZ 36.2 44.64 10.58 -
YUV 168.3 65.19 133.49 -
System Red Green Blue C M Y K H S L
Decimal 176 186 57 0.05 0 0.69 0.27 64.65 0.53 0.48
Hex B0 BA 39 5 0 45 1B 41 35 30
Octal 260 272 71 5 0 105 33 101 65 60
Binary 10110000 10111010 111001 101 0 1000101 11011 1000001 110101 110000

Color Harmonies of #B0BA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA39

Black with #B0BA39

Text Example


Text Example

White with #B0BA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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