Html Css Color HEX #8CBB41 Atlantis

📋 copy color: '#8CBB41'

red 140 ◦ green 187 ◦ blue 65

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

Shades of Atlantis #8CBB41

Tints of Atlantis #8CBB41

RGB

 RED value IS 140 (55.08% from 255) = 35.71%

 GREEN value IS 187 (73.44% from 255) = 47.7%

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

R = 35.71%
G = 47.7%
B = 16.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#8CBB41 (or 0x8CBB41) is known color: Atlantis. HEX triplet: 8C, BB and 41. RGB value is (140,187,65). Sum of RGB (Red+Green+Blue) = 140+187+65=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBB41 is #7344BE. Grayscale: #9F9F9F. Windows color (decimal): -7554239 or 4307852. OLE color: 4307852.

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

Color convert

RGB 140 187 65 -
CMYK 0.25 0 0.65 0.27
HSL 83.11º 0.48% 0.49% -
HSV(B) 83.11º 0.65% 0.73% -
XYZ 29.54 41.5 11.45 -
YUV 159.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 140 187 65 0.25 0 0.65 0.27 83.11 0.48 0.49
Hex 8C BB 41 19 0 41 1B 53 30 31
Octal 214 273 101 31 0 101 33 123 60 61
Binary 10001100 10111011 1000001 11001 0 1000001 11011 1010011 110000 110001

Color Harmonies of #8CBB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBB41

Black with #8CBB41

Text Example


Text Example

White with #8CBB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,187,65); }

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

background-color css

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

 a { background-color: rgb(140,187,65); }

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

border-color css

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

 span { border-color: rgb(140,187,65); }

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