#B4C73C

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

Shades of Celery #B4C73C

Tints of Celery #B4C73C

Color information

#B4C73C (or 0xB4C73C) is unknown color: approx Celery. HEX triplet: B4, C7 and 3C. RGB value is (180,199,60). Sum of RGB (Red+Green+Blue) = 180+199+60=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C73C is #4B38C3. Grayscale: #B2B2B2. Windows color (decimal): -4929732 or 3983284. OLE color: 3983284.

HSL color Cylindrical-coordinate representation of color #B4C73C: hue angle of 68.2º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4C73C is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB18019960-
CMYK0.1000.700.22
HSL68.2º55.38%50.78%-
HSV(B)68.2º69.85%78.04%-
XYZ40.0650.8811.98-
YUV177.4761.71129.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 199 (78.12% from 255) = 45.33%
BLUE value IS 60 (23.83% from 255) = 13.67%
R=41.00%
G=45.33%
B=13.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180199600.1000.700.2268.255.3850.78
HexB4C73CA04616443733
Octal26430774120106261046763
Binary1011010011000111111100101001000110101101000100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C73C; }

 p { color: rgb(180,199,60); }

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

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

 a { background-color: rgb(180,199,60); }

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

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

 span { border-color: rgb(180,199,60); }

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