Html Css Color HEX #8BA95D Chelsea Cucumber

📋 copy color: '#8BA95D'

red 139 ◦ green 169 ◦ blue 93

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

Shades of Chelsea Cucumber #8BA95D

Tints of Chelsea Cucumber #8BA95D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.14%

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

R = 34.66%
G = 42.14%
B = 23.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#8BA95D (or 0x8BA95D) is known color: Chelsea Cucumber. HEX triplet: 8B, A9 and 5D. RGB value is (139,169,93). Sum of RGB (Red+Green+Blue) = 139+169+93=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA95D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA95D is #7456A2. Grayscale: #979797. Windows color (decimal): -7624355 or 6138251. OLE color: 6138251.

HSL color Cylindrical-coordinate representation of color #8BA95D: hue angle of 83.68º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA95D is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 139 169 93 -
CMYK 0.18 0 0.45 0.34
HSL 83.68º 0.31% 0.51% -
HSV(B) 83.68º 0.45% 0.66% -
XYZ 26.81 34.66 15.63 -
YUV 151.37 95.06 119.18 -
System Red Green Blue C M Y K H S L
Decimal 139 169 93 0.18 0 0.45 0.34 83.68 0.31 0.51
Hex 8B A9 5D 12 0 2D 22 54 1F 33
Octal 213 251 135 22 0 55 42 124 37 63
Binary 10001011 10101001 1011101 10010 0 101101 100010 1010100 11111 110011

Color Harmonies of #8BA95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA95D

Black with #8BA95D

Text Example


Text Example

White with #8BA95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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