Html Css Color HEX #8ABC4B Chelsea Cucumber

📋 copy color: '#8ABC4B'

red 138 ◦ green 188 ◦ blue 75

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

Shades of Chelsea Cucumber #8ABC4B

Tints of Chelsea Cucumber #8ABC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.88%

 BLUE value IS 75 (29.69% from 255) = 18.7%

R = 34.41%
G = 46.88%
B = 18.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#8ABC4B (or 0x8ABC4B) is known color: Chelsea Cucumber. HEX triplet: 8A, BC and 4B. RGB value is (138,188,75). Sum of RGB (Red+Green+Blue) = 138+188+75=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC4B is #7543B4. Grayscale: #A0A0A0. Windows color (decimal): -7685045 or 4963466. OLE color: 4963466.

HSL color Cylindrical-coordinate representation of color #8ABC4B: hue angle of 86.55º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ABC4B is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 188 75 -
CMYK 0.27 0 0.60 0.26
HSL 86.55º 0.46% 0.52% -
HSV(B) 86.55º 0.6% 0.74% -
XYZ 29.73 41.88 13.17 -
YUV 160.17 79.94 112.19 -
System Red Green Blue C M Y K H S L
Decimal 138 188 75 0.27 0 0.60 0.26 86.55 0.46 0.52
Hex 8A BC 4B 1B 0 3C 1A 57 2E 34
Octal 212 274 113 33 0 74 32 127 56 64
Binary 10001010 10111100 1001011 11011 0 111100 11010 1010111 101110 110100

Color Harmonies of #8ABC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABC4B

Black with #8ABC4B

Text Example


Text Example

White with #8ABC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,188,75); }

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

background-color css

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

 a { background-color: rgb(138,188,75); }

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

border-color css

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

 span { border-color: rgb(138,188,75); }

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