Html Css Color HEX #8AB84B Chelsea Cucumber

📋 copy color: '#8AB84B'

red 138 ◦ green 184 ◦ blue 75

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

Shades of Chelsea Cucumber #8AB84B

Tints of Chelsea Cucumber #8AB84B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.35%

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

R = 34.76%
G = 46.35%
B = 18.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#8AB84B (or 0x8AB84B) is known color: Chelsea Cucumber. HEX triplet: 8A, B8 and 4B. RGB value is (138,184,75). Sum of RGB (Red+Green+Blue) = 138+184+75=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB84B is #7547B4. Grayscale: #9E9E9E. Windows color (decimal): -7686069 or 4962442. OLE color: 4962442.

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

Color convert

RGB 138 184 75 -
CMYK 0.25 0 0.59 0.28
HSL 85.32º 0.43% 0.51% -
HSV(B) 85.32º 0.59% 0.72% -
XYZ 28.89 40.19 12.89 -
YUV 157.82 81.26 113.86 -
System Red Green Blue C M Y K H S L
Decimal 138 184 75 0.25 0 0.59 0.28 85.32 0.43 0.51
Hex 8A B8 4B 19 0 3B 1C 55 2B 33
Octal 212 270 113 31 0 73 34 125 53 63
Binary 10001010 10111000 1001011 11001 0 111011 11100 1010101 101011 110011

Color Harmonies of #8AB84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB84B

Black with #8AB84B

Text Example


Text Example

White with #8AB84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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