Html Css Color HEX #ACBF90 Norway

📋 copy color: '#ACBF90'

red 172 ◦ green 191 ◦ blue 144

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

Shades of Norway #ACBF90

Tints of Norway #ACBF90

RGB

 RED value IS 172 (67.58% from 255) = 33.93%

 GREEN value IS 191 (75% from 255) = 37.67%

 BLUE value IS 144 (56.64% from 255) = 28.4%

R = 33.93%
G = 37.67%
B = 28.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#ACBF90 (or 0xACBF90) is known color: Norway. HEX triplet: AC, BF and 90. RGB value is (172,191,144). Sum of RGB (Red+Green+Blue) = 172+191+144=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBF90 is #53406F. Grayscale: #B4B4B4. Windows color (decimal): -5455984 or 9486252. OLE color: 9486252.

HSL color Cylindrical-coordinate representation of color #ACBF90: hue angle of 84.26º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACBF90 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 191 144 -
CMYK 0.10 0 0.25 0.25
HSL 84.26º 0.27% 0.66% -
HSV(B) 84.26º 0.25% 0.75% -
XYZ 40.68 48.05 33.52 -
YUV 179.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 172 191 144 0.10 0 0.25 0.25 84.26 0.27 0.66
Hex AC BF 90 A 0 19 19 54 1B 42
Octal 254 277 220 12 0 31 31 124 33 102
Binary 10101100 10111111 10010000 1010 0 11001 11001 1010100 11011 1000010

Color Harmonies of #ACBF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBF90

Black with #ACBF90

Text Example


Text Example

White with #ACBF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBF90; }

 p { color: rgb(172,191,144); }

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

background-color css

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

 a { background-color: rgb(172,191,144); }

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

border-color css

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

 span { border-color: rgb(172,191,144); }

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