Html Css Color HEX #8BB942 Atlantis

📋 copy color: '#8BB942'

red 139 ◦ green 185 ◦ blue 66

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

Shades of Atlantis #8BB942

Tints of Atlantis #8BB942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.44%

 BLUE value IS 66 (26.17% from 255) = 16.92%

R = 35.64%
G = 47.44%
B = 16.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#8BB942 (or 0x8BB942) is known color: Atlantis. HEX triplet: 8B, B9 and 42. RGB value is (139,185,66). Sum of RGB (Red+Green+Blue) = 139+185+66=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB942 is #7446BD. Grayscale: #9E9E9E. Windows color (decimal): -7620286 or 4372875. OLE color: 4372875.

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

Color convert

RGB 139 185 66 -
CMYK 0.25 0 0.64 0.27
HSL 83.19º 0.47% 0.49% -
HSV(B) 83.19º 0.64% 0.73% -
XYZ 28.98 40.58 11.46 -
YUV 157.68 76.26 114.68 -
System Red Green Blue C M Y K H S L
Decimal 139 185 66 0.25 0 0.64 0.27 83.19 0.47 0.49
Hex 8B B9 42 19 0 40 1B 53 2F 31
Octal 213 271 102 31 0 100 33 123 57 61
Binary 10001011 10111001 1000010 11001 0 1000000 11011 1010011 101111 110001

Color Harmonies of #8BB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB942

Black with #8BB942

Text Example


Text Example

White with #8BB942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,185,66); }

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

background-color css

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

 a { background-color: rgb(139,185,66); }

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

border-color css

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

 span { border-color: rgb(139,185,66); }

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