Html Css Color HEX #B0BA36 Celery

📋 copy color: '#B0BA36'

red 176 ◦ green 186 ◦ blue 54

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

Shades of Celery #B0BA36

Tints of Celery #B0BA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.98%

R = 42.31%
G = 44.71%
B = 12.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B0BA36 (or 0xB0BA36) is known color: Celery. HEX triplet: B0, BA and 36. RGB value is (176,186,54). Sum of RGB (Red+Green+Blue) = 176+186+54=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA36 is #4F45C9. Grayscale: #A8A8A8. Windows color (decimal): -5195210 or 3586736. OLE color: 3586736.

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

Color convert

RGB 176 186 54 -
CMYK 0.05 0 0.71 0.27
HSL 64.55º 0.55% 0.47% -
HSV(B) 64.55º 0.71% 0.73% -
XYZ 36.13 44.61 10.2 -
YUV 167.96 63.69 133.73 -
System Red Green Blue C M Y K H S L
Decimal 176 186 54 0.05 0 0.71 0.27 64.55 0.55 0.47
Hex B0 BA 36 5 0 47 1B 41 37 2F
Octal 260 272 66 5 0 107 33 101 67 57
Binary 10110000 10111010 110110 101 0 1000111 11011 1000001 110111 101111

Color Harmonies of #B0BA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA36

Black with #B0BA36

Text Example


Text Example

White with #B0BA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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