Html Css Color HEX #BBB94C Celery

📋 copy color: '#BBB94C'

red 187 ◦ green 185 ◦ blue 76

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

Shades of Celery #BBB94C

Tints of Celery #BBB94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.96%

R = 41.74%
G = 41.29%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BBB94C (or 0xBBB94C) is known color: Celery. HEX triplet: BB, B9 and 4C. RGB value is (187,185,76). Sum of RGB (Red+Green+Blue) = 187+185+76=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB94C is #4446B3. Grayscale: #ADADAD. Windows color (decimal): -4474548 or 5028283. OLE color: 5028283.

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

Color convert

RGB 187 185 76 -
CMYK 0 0.01 0.59 0.27
HSL 58.92º 0.45% 0.52% -
HSV(B) 58.92º 0.59% 0.73% -
XYZ 39.15 45.78 13.61 -
YUV 173.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 187 185 76 0 0.01 0.59 0.27 58.92 0.45 0.52
Hex BB B9 4C 0 1 3B 1B 3B 2D 34
Octal 273 271 114 0 1 73 33 73 55 64
Binary 10111011 10111001 1001100 0 1 111011 11011 111011 101101 110100

Color Harmonies of #BBB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB94C

Black with #BBB94C

Text Example


Text Example

White with #BBB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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