Html Css Color HEX #A9C68B Norway

📋 copy color: '#A9C68B'

red 169 ◦ green 198 ◦ blue 139

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

Shades of Norway #A9C68B

Tints of Norway #A9C68B

RGB

 RED value IS 169 (66.41% from 255) = 33.4%

 GREEN value IS 198 (77.73% from 255) = 39.13%

 BLUE value IS 139 (54.69% from 255) = 27.47%

R = 33.4%
G = 39.13%
B = 27.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#A9C68B (or 0xA9C68B) is known color: Norway. HEX triplet: A9, C6 and 8B. RGB value is (169,198,139). Sum of RGB (Red+Green+Blue) = 169+198+139=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C68B is #563974. Grayscale: #B6B6B6. Windows color (decimal): -5650805 or 9160361. OLE color: 9160361.

HSL color Cylindrical-coordinate representation of color #A9C68B: hue angle of 89.49º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9C68B is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 198 139 -
CMYK 0.15 0 0.30 0.22
HSL 89.49º 0.34% 0.66% -
HSV(B) 89.49º 0.3% 0.78% -
XYZ 41.22 50.69 32.04 -
YUV 182.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 169 198 139 0.15 0 0.30 0.22 89.49 0.34 0.66
Hex A9 C6 8B F 0 1E 16 59 22 42
Octal 251 306 213 17 0 36 26 131 42 102
Binary 10101001 11000110 10001011 1111 0 11110 10110 1011001 100010 1000010

Color Harmonies of #A9C68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C68B

Black with #A9C68B

Text Example


Text Example

White with #A9C68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C68B; }

 p { color: rgb(169,198,139); }

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

background-color css

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

 a { background-color: rgb(169,198,139); }

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

border-color css

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

 span { border-color: rgb(169,198,139); }

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