Html Css Color HEX #AACB64 Conifer

📋 copy color: '#AACB64'

red 170 ◦ green 203 ◦ blue 100

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

Shades of Conifer #AACB64

Tints of Conifer #AACB64

RGB

 RED value IS 170 (66.8% from 255) = 35.94%

 GREEN value IS 203 (79.69% from 255) = 42.92%

 BLUE value IS 100 (39.45% from 255) = 21.14%

R = 35.94%
G = 42.92%
B = 21.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#AACB64 (or 0xAACB64) is known color: Conifer. HEX triplet: AA, CB and 64. RGB value is (170,203,100). Sum of RGB (Red+Green+Blue) = 170+203+100=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB64 is #55349B. Grayscale: #B5B5B5. Windows color (decimal): -5584028 or 6605738. OLE color: 6605738.

HSL color Cylindrical-coordinate representation of color #AACB64: hue angle of 79.22º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AACB64 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 100 -
CMYK 0.16 0 0.51 0.20
HSL 79.22º 0.5% 0.59% -
HSV(B) 79.22º 0.51% 0.8% -
XYZ 40.23 52.18 20.01 -
YUV 181.39 82.07 119.88 -
System Red Green Blue C M Y K H S L
Decimal 170 203 100 0.16 0 0.51 0.20 79.22 0.5 0.59
Hex AA CB 64 10 0 33 14 4F 32 3B
Octal 252 313 144 20 0 63 24 117 62 73
Binary 10101010 11001011 1100100 10000 0 110011 10100 1001111 110010 111011

Color Harmonies of #AACB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB64

Black with #AACB64

Text Example


Text Example

White with #AACB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB64; }

 p { color: rgb(170,203,100); }

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

background-color css

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

 a { background-color: rgb(170,203,100); }

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

border-color css

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

 span { border-color: rgb(170,203,100); }

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