Html Css Color HEX #8AB741 Chelsea Cucumber

📋 copy color: '#8AB741'

red 138 ◦ green 183 ◦ blue 65

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

Shades of Chelsea Cucumber #8AB741

Tints of Chelsea Cucumber #8AB741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 35.75%
G = 47.41%
B = 16.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#8AB741 (or 0x8AB741) is known color: Chelsea Cucumber. HEX triplet: 8A, B7 and 41. RGB value is (138,183,65). Sum of RGB (Red+Green+Blue) = 138+183+65=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB741 is #7548BE. Grayscale: #9C9C9C. Windows color (decimal): -7686335 or 4306826. OLE color: 4306826.

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

Color convert

RGB 138 183 65 -
CMYK 0.25 0 0.64 0.28
HSL 82.88º 0.48% 0.49% -
HSV(B) 82.88º 0.64% 0.72% -
XYZ 28.37 39.65 11.16 -
YUV 156.09 76.59 115.09 -
System Red Green Blue C M Y K H S L
Decimal 138 183 65 0.25 0 0.64 0.28 82.88 0.48 0.49
Hex 8A B7 41 19 0 40 1C 53 30 31
Octal 212 267 101 31 0 100 34 123 60 61
Binary 10001010 10110111 1000001 11001 0 1000000 11100 1010011 110000 110001

Color Harmonies of #8AB741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB741

Black with #8AB741

Text Example


Text Example

White with #8AB741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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