#B9CC3D

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

Shades of Celery #B9CC3D

Tints of Celery #B9CC3D

Color information

#B9CC3D (or 0xB9CC3D) is unknown color: approx Celery. HEX triplet: B9, CC and 3D. RGB value is (185,204,61). Sum of RGB (Red+Green+Blue) = 185+204+61=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC3D is #4633C2. Grayscale: #B6B6B6. Windows color (decimal): -4600771 or 4050105. OLE color: 4050105.

HSL color Cylindrical-coordinate representation of color #B9CC3D: hue angle of 67.97º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9CC3D is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB18520461-
CMYK0.0900.700.2
HSL67.97º58.37%51.96%-
HSV(B)67.97º70.1%80%-
XYZ42.4453.8412.57-
YUV182.0259.71130.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 204 (80.08% from 255) = 45.33%
BLUE value IS 61 (24.22% from 255) = 13.56%
R=41.11%
G=45.33%
B=13.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185204610.0900.700.267.9758.3751.96
HexB9CC3D904614443a34
Octal27131475110106241047264
Binary1011100111001100111101100101000110101001000100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CC3D; }

 p { color: rgb(185,204,61); }

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

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

 a { background-color: rgb(185,204,61); }

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

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

 span { border-color: rgb(185,204,61); }

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