#BBB93A

Color #BBB93A Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #BBB93A

Tints of Celery #BBB93A

Color information

#BBB93A (or 0xBBB93A) is unknown color: approx Celery. HEX triplet: BB, B9 and 3A. RGB value is (187,185,58). Sum of RGB (Red+Green+Blue) = 187+185+58=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB93A is #4446C5. Grayscale: #ABABAB. Windows color (decimal): -4474566 or 3848635. OLE color: 3848635.

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

Color convert

RGB18718558-
CMYK00.010.690.27
HSL59.07º52.65%48.04%-
HSV(B)59.07º68.98%73.33%-
XYZ38.6145.5710.76-
YUV171.1264.16139.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 185 (72.66% from 255) = 43.02%
BLUE value IS 58 (23.05% from 255) = 13.49%
R=43.49%
G=43.02%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871855800.010.690.2759.0752.6548.04
HexBBB93A01451B3b3530
Octal273271720110533736560
Binary101110111011100111101001100010111011111011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB93A; }

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

 H1.HeaderClassName
 {
   color: #BBB93A;
 }
 .AnyTagClassName
 {
   color: #BBB93A;
 }
</style>
background-color css

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

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

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

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

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

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