#B0B83A

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

Shades of Celery #B0B83A

Tints of Celery #B0B83A

Color information

#B0B83A (or 0xB0B83A) is unknown color: approx Celery. HEX triplet: B0, B8 and 3A. RGB value is (176,184,58). Sum of RGB (Red+Green+Blue) = 176+184+58=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B83A is #4F47C5. Grayscale: #A7A7A7. Windows color (decimal): -5195718 or 3848368. OLE color: 3848368.

HSL color Cylindrical-coordinate representation of color #B0B83A: hue angle of 63.81º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0B83A is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB17618458-
CMYK0.0400.680.28
HSL63.81º52.07%47.45%-
HSV(B)63.81º68.48%72.16%-
XYZ35.8143.8210.57-
YUV167.2466.35134.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 184 (72.27% from 255) = 44.02%
BLUE value IS 58 (23.05% from 255) = 13.88%
R=42.11%
G=44.02%
B=13.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176184580.0400.680.2863.8152.0747.45
HexB0B83A40441C40342f
Octal2602707240104341006457
Binary101100001011100011101010001000100111001000000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B83A; }

 p { color: rgb(176,184,58); }

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

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

 a { background-color: rgb(176,184,58); }

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

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

 span { border-color: rgb(176,184,58); }

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