Html Css Color HEX #8BA24B Chelsea Cucumber

📋 copy color: '#8BA24B'

red 139 ◦ green 162 ◦ blue 75

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

Shades of Chelsea Cucumber #8BA24B

Tints of Chelsea Cucumber #8BA24B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.09%

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

R = 36.97%
G = 43.09%
B = 19.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#8BA24B (or 0x8BA24B) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 4B. RGB value is (139,162,75). Sum of RGB (Red+Green+Blue) = 139+162+75=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA24B is #745DB4. Grayscale: #919191. Windows color (decimal): -7626165 or 4956811. OLE color: 4956811.

HSL color Cylindrical-coordinate representation of color #8BA24B: hue angle of 75.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BA24B is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 162 75 -
CMYK 0.14 0 0.54 0.36
HSL 75.86º 0.37% 0.46% -
HSV(B) 75.86º 0.54% 0.64% -
XYZ 24.84 31.84 11.49 -
YUV 145.21 88.38 123.57 -
System Red Green Blue C M Y K H S L
Decimal 139 162 75 0.14 0 0.54 0.36 75.86 0.37 0.46
Hex 8B A2 4B E 0 36 24 4C 25 2E
Octal 213 242 113 16 0 66 44 114 45 56
Binary 10001011 10100010 1001011 1110 0 110110 100100 1001100 100101 101110

Color Harmonies of #8BA24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA24B

Black with #8BA24B

Text Example


Text Example

White with #8BA24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,162,75); }

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

background-color css

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

 a { background-color: rgb(139,162,75); }

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

border-color css

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

 span { border-color: rgb(139,162,75); }

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