#B0B74E

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

Shades of Celery #B0B74E

Tints of Celery #B0B74E

Color information

#B0B74E (or 0xB0B74E) is unknown color: approx Celery. HEX triplet: B0, B7 and 4E. RGB value is (176,183,78). Sum of RGB (Red+Green+Blue) = 176+183+78=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B74E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B74E is #4F48B1. Grayscale: #A9A9A9. Windows color (decimal): -5195954 or 5158832. OLE color: 5158832.

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

Color convert

RGB17618378-
CMYK0.0400.570.28
HSL64º42.17%51.18%-
HSV(B)64º57.38%71.76%-
XYZ36.2143.6513.72-
YUV168.9476.68133.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 78 (30.86% from 255) = 17.85%
R=40.27%
G=41.88%
B=17.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176183780.0400.570.286442.1751.18
HexB0B74E40391C402a33
Octal2602671164071341005263
Binary101100001011011110011101000111001111001000000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B74E; }

 p { color: rgb(176,183,78); }

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

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

 a { background-color: rgb(176,183,78); }

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

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

 span { border-color: rgb(176,183,78); }

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