Html Css Color HEX #8CBC43 Atlantis

📋 copy color: '#8CBC43'

red 140 ◦ green 188 ◦ blue 67

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

Shades of Atlantis #8CBC43

Tints of Atlantis #8CBC43

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.59%

 BLUE value IS 67 (26.56% from 255) = 16.96%

R = 35.44%
G = 47.59%
B = 16.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#8CBC43 (or 0x8CBC43) is known color: Atlantis. HEX triplet: 8C, BC and 43. RGB value is (140,188,67). Sum of RGB (Red+Green+Blue) = 140+188+67=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC43 is #7343BC. Grayscale: #A0A0A0. Windows color (decimal): -7553981 or 4439180. OLE color: 4439180.

HSL color Cylindrical-coordinate representation of color #8CBC43: hue angle of 83.8º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CBC43 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 67 -
CMYK 0.26 0 0.64 0.26
HSL 83.8º 0.47% 0.5% -
HSV(B) 83.8º 0.64% 0.74% -
XYZ 29.81 41.95 11.84 -
YUV 159.85 75.6 113.84 -
System Red Green Blue C M Y K H S L
Decimal 140 188 67 0.26 0 0.64 0.26 83.8 0.47 0.5
Hex 8C BC 43 1A 0 40 1A 54 2F 32
Octal 214 274 103 32 0 100 32 124 57 62
Binary 10001100 10111100 1000011 11010 0 1000000 11010 1010100 101111 110010

Color Harmonies of #8CBC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC43

Black with #8CBC43

Text Example


Text Example

White with #8CBC43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,67); }

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

background-color css

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

 a { background-color: rgb(140,188,67); }

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

border-color css

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

 span { border-color: rgb(140,188,67); }

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