Html Css Color HEX #BBB94B Celery

📋 copy color: '#BBB94B'

red 187 ◦ green 185 ◦ blue 75

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

Shades of Celery #BBB94B

Tints of Celery #BBB94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.78%

R = 41.83%
G = 41.39%
B = 16.78%

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

#BBB94B (or 0xBBB94B) is known color: Celery. HEX triplet: BB, B9 and 4B. RGB value is (187,185,75). Sum of RGB (Red+Green+Blue) = 187+185+75=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB94B is #4446B4. Grayscale: #ADADAD. Windows color (decimal): -4474549 or 4962747. OLE color: 4962747.

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

Color convert

RGB 187 185 75 -
CMYK 0 0.01 0.60 0.27
HSL 58.93º 0.45% 0.51% -
HSV(B) 58.93º 0.6% 0.73% -
XYZ 39.11 45.77 13.43 -
YUV 173.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 187 185 75 0 0.01 0.60 0.27 58.93 0.45 0.51
Hex BB B9 4B 0 1 3C 1B 3B 2D 33
Octal 273 271 113 0 1 74 33 73 55 63
Binary 10111011 10111001 1001011 0 1 111100 11011 111011 101101 110011

Color Harmonies of #BBB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB94B

Black with #BBB94B

Text Example


Text Example

White with #BBB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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