#B4C64B

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

Shades of Celery #B4C64B

Tints of Celery #B4C64B

Color information

#B4C64B (or 0xB4C64B) is unknown color: approx Celery. HEX triplet: B4, C6 and 4B. RGB value is (180,198,75). Sum of RGB (Red+Green+Blue) = 180+198+75=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C64B is #4B39B4. Grayscale: #B3B3B3. Windows color (decimal): -4929973 or 4966068. OLE color: 4966068.

HSL color Cylindrical-coordinate representation of color #B4C64B: hue angle of 68.78º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4C64B is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB18019875-
CMYK0.0900.620.22
HSL68.78º51.9%53.53%-
HSV(B)68.78º62.12%77.65%-
XYZ40.2950.614.3-
YUV178.669.54129-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 198 (77.73% from 255) = 43.71%
BLUE value IS 75 (29.69% from 255) = 16.56%
R=39.74%
G=43.71%
B=16.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180198750.0900.620.2268.7851.953.53
HexB4C64B903E16453436
Octal26430611311076261056466
Binary1011010011000110100101110010111110101101000101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C64B; }

 p { color: rgb(180,198,75); }

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

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

 a { background-color: rgb(180,198,75); }

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

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

 span { border-color: rgb(180,198,75); }

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