#B0C04B

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

Shades of Celery #B0C04B

Tints of Celery #B0C04B

Color information

#B0C04B (or 0xB0C04B) is unknown color: approx Celery. HEX triplet: B0, C0 and 4B. RGB value is (176,192,75). Sum of RGB (Red+Green+Blue) = 176+192+75=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C04B is #4F3FB4. Grayscale: #AEAEAE. Windows color (decimal): -5193653 or 4964528. OLE color: 4964528.

HSL color Cylindrical-coordinate representation of color #B0C04B: hue angle of 68.21º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0C04B is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB17619275-
CMYK0.0800.610.25
HSL68.21º48.15%52.35%-
HSV(B)68.21º60.94%75.29%-
XYZ38.0247.4413.81-
YUV173.8872.2129.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 192 (75.39% from 255) = 43.34%
BLUE value IS 75 (29.69% from 255) = 16.93%
R=39.73%
G=43.34%
B=16.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176192750.0800.610.2568.2148.1552.35
HexB0C04B803D19443034
Octal26030011310075311046064
Binary1011000011000000100101110000111101110011000100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C04B; }

 p { color: rgb(176,192,75); }

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

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

 a { background-color: rgb(176,192,75); }

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

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

 span { border-color: rgb(176,192,75); }

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