Html Css Color HEX #8BA75D Chelsea Cucumber

📋 copy color: '#8BA75D'

red 139 ◦ green 167 ◦ blue 93

#8BA75D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8BA75D

Tints of Chelsea Cucumber #8BA75D

RGB

 RED value IS 139 (54.69% from 255) = 34.84%

 GREEN value IS 167 (65.63% from 255) = 41.85%

 BLUE value IS 93 (36.72% from 255) = 23.31%

R = 34.84%
G = 41.85%
B = 23.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#8BA75D (or 0x8BA75D) is known color: Chelsea Cucumber. HEX triplet: 8B, A7 and 5D. RGB value is (139,167,93). Sum of RGB (Red+Green+Blue) = 139+167+93=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA75D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA75D is #7458A2. Grayscale: #969696. Windows color (decimal): -7624867 or 6137739. OLE color: 6137739.

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

Color convert

RGB 139 167 93 -
CMYK 0.17 0 0.44 0.35
HSL 82.7º 0.3% 0.51% -
HSV(B) 82.7º 0.44% 0.65% -
XYZ 26.44 33.92 15.51 -
YUV 150.19 95.72 120.02 -
System Red Green Blue C M Y K H S L
Decimal 139 167 93 0.17 0 0.44 0.35 82.7 0.3 0.51
Hex 8B A7 5D 11 0 2C 23 53 1E 33
Octal 213 247 135 21 0 54 43 123 36 63
Binary 10001011 10100111 1011101 10001 0 101100 100011 1010011 11110 110011

Color Harmonies of #8BA75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA75D

Black with #8BA75D

Text Example


Text Example

White with #8BA75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8BA75D;
 }
 .AnyTagClassName
 {
   color: #8BA75D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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