Html Css Color HEX #ABC38D Norway

📋 copy color: '#ABC38D'

red 171 ◦ green 195 ◦ blue 141

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

Shades of Norway #ABC38D

Tints of Norway #ABC38D

RGB

 RED value IS 171 (67.19% from 255) = 33.73%

 GREEN value IS 195 (76.56% from 255) = 38.46%

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 33.73%
G = 38.46%
B = 27.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#ABC38D (or 0xABC38D) is known color: Norway. HEX triplet: AB, C3 and 8D. RGB value is (171,195,141). Sum of RGB (Red+Green+Blue) = 171+195+141=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC38D is #543C72. Grayscale: #B5B5B5. Windows color (decimal): -5520499 or 9290667. OLE color: 9290667.

HSL color Cylindrical-coordinate representation of color #ABC38D: hue angle of 86.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC38D is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 195 141 -
CMYK 0.12 0 0.28 0.24
HSL 86.67º 0.31% 0.66% -
HSV(B) 86.67º 0.28% 0.76% -
XYZ 41.12 49.61 32.61 -
YUV 181.67 105.05 120.39 -
System Red Green Blue C M Y K H S L
Decimal 171 195 141 0.12 0 0.28 0.24 86.67 0.31 0.66
Hex AB C3 8D C 0 1C 18 57 1F 42
Octal 253 303 215 14 0 34 30 127 37 102
Binary 10101011 11000011 10001101 1100 0 11100 11000 1010111 11111 1000010

Color Harmonies of #ABC38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC38D

Black with #ABC38D

Text Example


Text Example

White with #ABC38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC38D; }

 p { color: rgb(171,195,141); }

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

background-color css

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

 a { background-color: rgb(171,195,141); }

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

border-color css

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

 span { border-color: rgb(171,195,141); }

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