#B4CC3F

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

Shades of Celery #B4CC3F

Tints of Celery #B4CC3F

Color information

#B4CC3F (or 0xB4CC3F) is unknown color: approx Celery. HEX triplet: B4, CC and 3F. RGB value is (180,204,63). Sum of RGB (Red+Green+Blue) = 180+204+63=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CC3F is #4B33C0. Grayscale: #B5B5B5. Windows color (decimal): -4928449 or 4181172. OLE color: 4181172.

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

Color convert

RGB18020463-
CMYK0.1200.690.2
HSL70.21º58.02%52.35%-
HSV(B)70.21º69.12%80%-
XYZ41.3153.2512.8-
YUV180.7561.55127.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 204 (80.08% from 255) = 45.64%
BLUE value IS 63 (25% from 255) = 14.09%
R=40.27%
G=45.64%
B=14.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180204630.1200.690.270.2158.0252.35
HexB4CC3FC04514463a34
Octal26431477140105241067264
Binary1011010011001100111111110001000101101001000110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC3F; }

 p { color: rgb(180,204,63); }

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

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

 a { background-color: rgb(180,204,63); }

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

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

 span { border-color: rgb(180,204,63); }

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