#B9C34D

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

Shades of Celery #B9C34D

Tints of Celery #B9C34D

Color information

#B9C34D (or 0xB9C34D) is unknown color: approx Celery. HEX triplet: B9, C3 and 4D. RGB value is (185,195,77). Sum of RGB (Red+Green+Blue) = 185+195+77=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C34D is #463CB2. Grayscale: #B3B3B3. Windows color (decimal): -4603059 or 5096377. OLE color: 5096377.

HSL color Cylindrical-coordinate representation of color #B9C34D: hue angle of 65.08º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9C34D is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB18519577-
CMYK0.0500.610.24
HSL65.08º49.58%53.33%-
HSV(B)65.08º60.51%76.47%-
XYZ40.8649.8814.5-
YUV178.5670.69132.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 77 (30.47% from 255) = 16.85%
R=40.48%
G=42.67%
B=16.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185195770.0500.610.2465.0849.5853.33
HexB9C34D503D18413235
Octal2713031155075301016265
Binary101110011100001110011011010111101110001000001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C34D; }

 p { color: rgb(185,195,77); }

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

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

 a { background-color: rgb(185,195,77); }

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

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

 span { border-color: rgb(185,195,77); }

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