Html Css Color HEX #B0BA49 Celery

📋 copy color: '#B0BA49'

red 176 ◦ green 186 ◦ blue 73

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

Shades of Celery #B0BA49

Tints of Celery #B0BA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.78%

R = 40.46%
G = 42.76%
B = 16.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B0BA49 (or 0xB0BA49) is known color: Celery. HEX triplet: B0, BA and 49. RGB value is (176,186,73). Sum of RGB (Red+Green+Blue) = 176+186+73=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA49 is #4F45B6. Grayscale: #AAAAAA. Windows color (decimal): -5195191 or 4831920. OLE color: 4831920.

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

Color convert

RGB 176 186 73 -
CMYK 0.05 0 0.61 0.27
HSL 65.31º 0.45% 0.51% -
HSV(B) 65.31º 0.61% 0.73% -
XYZ 36.67 44.83 13.02 -
YUV 170.13 73.19 132.19 -
System Red Green Blue C M Y K H S L
Decimal 176 186 73 0.05 0 0.61 0.27 65.31 0.45 0.51
Hex B0 BA 49 5 0 3D 1B 41 2D 33
Octal 260 272 111 5 0 75 33 101 55 63
Binary 10110000 10111010 1001001 101 0 111101 11011 1000001 101101 110011

Color Harmonies of #B0BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA49

Black with #B0BA49

Text Example


Text Example

White with #B0BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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