Html Css Color HEX #B9BA49 Celery

📋 copy color: '#B9BA49'

red 185 ◦ green 186 ◦ blue 73

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

Shades of Celery #B9BA49

Tints of Celery #B9BA49

RGB

 RED value IS 185 (72.66% from 255) = 41.67%

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

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

R = 41.67%
G = 41.89%
B = 16.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B9BA49 (or 0xB9BA49) is known color: Celery. HEX triplet: B9, BA and 49. RGB value is (185,186,73). Sum of RGB (Red+Green+Blue) = 185+186+73=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA49 is #4645B6. Grayscale: #ADADAD. Windows color (decimal): -4605367 or 4831929. OLE color: 4831929.

HSL color Cylindrical-coordinate representation of color #B9BA49: hue angle of 60.53º 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 #B9BA49 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 186 73 -
CMYK 0.01 0 0.61 0.27
HSL 60.53º 0.45% 0.51% -
HSV(B) 60.53º 0.61% 0.73% -
XYZ 38.77 45.91 13.12 -
YUV 172.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 185 186 73 0.01 0 0.61 0.27 60.53 0.45 0.51
Hex B9 BA 49 1 0 3D 1B 3D 2D 33
Octal 271 272 111 1 0 75 33 75 55 63
Binary 10111001 10111010 1001001 1 0 111101 11011 111101 101101 110011

Color Harmonies of #B9BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA49

Black with #B9BA49

Text Example


Text Example

White with #B9BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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