Html Css Color HEX #8AB75D Chelsea Cucumber

📋 copy color: '#8AB75D'

red 138 ◦ green 183 ◦ blue 93

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

Shades of Chelsea Cucumber #8AB75D

Tints of Chelsea Cucumber #8AB75D

RGB

 RED value IS 138 (54.3% from 255) = 33.33%

 GREEN value IS 183 (71.88% from 255) = 44.2%

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

R = 33.33%
G = 44.2%
B = 22.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#8AB75D (or 0x8AB75D) is known color: Chelsea Cucumber. HEX triplet: 8A, B7 and 5D. RGB value is (138,183,93). Sum of RGB (Red+Green+Blue) = 138+183+93=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB75D is #7548A2. Grayscale: #9F9F9F. Windows color (decimal): -7686307 or 6141834. OLE color: 6141834.

HSL color Cylindrical-coordinate representation of color #8AB75D: hue angle of 90º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AB75D is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 183 93 -
CMYK 0.25 0 0.49 0.28
HSL 90º 0.38% 0.54% -
HSV(B) 90º 0.49% 0.72% -
XYZ 29.39 40.06 16.54 -
YUV 159.29 90.59 112.82 -
System Red Green Blue C M Y K H S L
Decimal 138 183 93 0.25 0 0.49 0.28 90 0.38 0.54
Hex 8A B7 5D 19 0 31 1C 5A 26 36
Octal 212 267 135 31 0 61 34 132 46 66
Binary 10001010 10110111 1011101 11001 0 110001 11100 1011010 100110 110110

Color Harmonies of #8AB75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB75D

Black with #8AB75D

Text Example


Text Example

White with #8AB75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,183,93); }

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

background-color css

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

 a { background-color: rgb(138,183,93); }

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

border-color css

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

 span { border-color: rgb(138,183,93); }

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