Html Css Color HEX #BBB94A Celery

📋 copy color: '#BBB94A'

red 187 ◦ green 185 ◦ blue 74

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

Shades of Celery #BBB94A

Tints of Celery #BBB94A

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

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

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

Color convert

RGB 187 185 74 -
CMYK 0 0.01 0.60 0.27
HSL 58.94º 0.45% 0.51% -
HSV(B) 58.94º 0.6% 0.73% -
XYZ 39.08 45.76 13.25 -
YUV 172.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 187 185 74 0 0.01 0.60 0.27 58.94 0.45 0.51
Hex BB B9 4A 0 1 3C 1B 3B 2D 33
Octal 273 271 112 0 1 74 33 73 55 63
Binary 10111011 10111001 1001010 0 1 111100 11011 111011 101101 110011

Color Harmonies of #BBB94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB94A

Black with #BBB94A

Text Example


Text Example

White with #BBB94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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