#8BA74B

Color #8BA74B Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8BA74B

Tints of Chelsea Cucumber #8BA74B

Color information

#8BA74B (or 0x8BA74B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A7 and 4B. RGB value is (139,167,75). Sum of RGB (Red+Green+Blue) = 139+167+75=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA74B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA74B is #7458B4. Grayscale: #949494. Windows color (decimal): -7624885 or 4958091. OLE color: 4958091.

HSL color Cylindrical-coordinate representation of color #8BA74B: hue angle of 78.26º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8BA74B is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB13916775-
CMYK0.1700.550.35
HSL78.26º38.02%47.45%-
HSV(B)78.26º55.09%65.49%-
XYZ25.7433.6311.79-
YUV148.1486.72121.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.48%
GREEN value IS 167 (65.62% from 255) = 43.83%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=36.48%
G=43.83%
B=19.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal139167750.1700.550.3578.2638.0247.45
Hex8BA74B11037234e262f
Octal21324711321067431164657
Binary100010111010011110010111000101101111000111001110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BA74B; }

 p { color: rgb(139,167,75); }

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

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

 a { background-color: rgb(139,167,75); }

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

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

 span { border-color: rgb(139,167,75); }

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