Html Css Color HEX #B9BB4A Celery

📋 copy color: '#B9BB4A'

red 185 ◦ green 187 ◦ blue 74

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

Shades of Celery #B9BB4A

Tints of Celery #B9BB4A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.93%

 BLUE value IS 74 (29.3% from 255) = 16.59%

R = 41.48%
G = 41.93%
B = 16.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#B9BB4A (or 0xB9BB4A) is known color: Celery. HEX triplet: B9, BB and 4A. RGB value is (185,187,74). Sum of RGB (Red+Green+Blue) = 185+187+74=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BB4A is #4644B5. Grayscale: #ADADAD. Windows color (decimal): -4605110 or 4897721. OLE color: 4897721.

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

Color convert

RGB 185 187 74 -
CMYK 0.01 0 0.60 0.27
HSL 61.06º 0.45% 0.51% -
HSV(B) 61.06º 0.6% 0.73% -
XYZ 39.01 46.35 13.37 -
YUV 173.52 71.84 136.19 -
System Red Green Blue C M Y K H S L
Decimal 185 187 74 0.01 0 0.60 0.27 61.06 0.45 0.51
Hex B9 BB 4A 1 0 3C 1B 3D 2D 33
Octal 271 273 112 1 0 74 33 75 55 63
Binary 10111001 10111011 1001010 1 0 111100 11011 111101 101101 110011

Color Harmonies of #B9BB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BB4A

Black with #B9BB4A

Text Example


Text Example

White with #B9BB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BB4A; }

 p { color: rgb(185,187,74); }

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

background-color css

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

 a { background-color: rgb(185,187,74); }

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

border-color css

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

 span { border-color: rgb(185,187,74); }

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