Html Css Color HEX #B9BA48 Celery

📋 copy color: '#B9BA48'

red 185 ◦ green 186 ◦ blue 72

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

Shades of Celery #B9BA48

Tints of Celery #B9BA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.25%

R = 41.76%
G = 41.99%
B = 16.25%

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

#B9BA48 (or 0xB9BA48) is known color: Celery. HEX triplet: B9, BA and 48. RGB value is (185,186,72). Sum of RGB (Red+Green+Blue) = 185+186+72=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA48 is #4645B7. Grayscale: #ADADAD. Windows color (decimal): -4605368 or 4766393. OLE color: 4766393.

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

Color convert

RGB 185 186 72 -
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.74 45.9 12.95 -
YUV 172.71 71.17 136.77 -
System Red Green Blue C M Y K H S L
Decimal 185 186 72 0.01 0 0.61 0.27 60.53 0.45 0.51
Hex B9 BA 48 1 0 3D 1B 3D 2D 33
Octal 271 272 110 1 0 75 33 75 55 63
Binary 10111001 10111010 1001000 1 0 111101 11011 111101 101101 110011

Color Harmonies of #B9BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA48

Black with #B9BA48

Text Example


Text Example

White with #B9BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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