#B0B83D

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

Shades of Celery #B0B83D

Tints of Celery #B0B83D

Color information

#B0B83D (or 0xB0B83D) is unknown color: approx Celery. HEX triplet: B0, B8 and 3D. RGB value is (176,184,61). Sum of RGB (Red+Green+Blue) = 176+184+61=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B83D is #4F47C2. Grayscale: #A8A8A8. Windows color (decimal): -5195715 or 4044976. OLE color: 4044976.

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

Color convert

RGB17618461-
CMYK0.0400.670.28
HSL63.9º50.2%48.04%-
HSV(B)63.9º66.85%72.16%-
XYZ35.8943.8510.99-
YUV167.5967.85134-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 184 (72.27% from 255) = 43.71%
BLUE value IS 61 (24.22% from 255) = 14.49%
R=41.81%
G=43.71%
B=14.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176184610.0400.670.2863.950.248.04
HexB0B83D40431C403230
Octal2602707540103341006260
Binary101100001011100011110110001000011111001000000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B83D; }

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

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

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

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

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

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

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

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