Html Css Color HEX #B9BA52 Celery

📋 copy color: '#B9BA52'

red 185 ◦ green 186 ◦ blue 82

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

Shades of Celery #B9BA52

Tints of Celery #B9BA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.1%

R = 40.84%
G = 41.06%
B = 18.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B9BA52 (or 0xB9BA52) is known color: Celery. HEX triplet: B9, BA and 52. RGB value is (185,186,82). Sum of RGB (Red+Green+Blue) = 185+186+82=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA52 is #4645AD. Grayscale: #AEAEAE. Windows color (decimal): -4605358 or 5421753. OLE color: 5421753.

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

Color convert

RGB 185 186 82 -
CMYK 0.01 0 0.56 0.27
HSL 60.58º 0.43% 0.53% -
HSV(B) 60.58º 0.56% 0.73% -
XYZ 39.09 46.04 14.81 -
YUV 173.85 76.17 135.96 -
System Red Green Blue C M Y K H S L
Decimal 185 186 82 0.01 0 0.56 0.27 60.58 0.43 0.53
Hex B9 BA 52 1 0 38 1B 3D 2B 35
Octal 271 272 122 1 0 70 33 75 53 65
Binary 10111001 10111010 1010010 1 0 111000 11011 111101 101011 110101

Color Harmonies of #B9BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA52

Black with #B9BA52

Text Example


Text Example

White with #B9BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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