Html Css Color HEX #AECB5A Conifer

📋 copy color: '#AECB5A'

red 174 ◦ green 203 ◦ blue 90

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

Shades of Conifer #AECB5A

Tints of Conifer #AECB5A

RGB

 RED value IS 174 (68.36% from 255) = 37.26%

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

 BLUE value IS 90 (35.55% from 255) = 19.27%

R = 37.26%
G = 43.47%
B = 19.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#AECB5A (or 0xAECB5A) is known color: Conifer. HEX triplet: AE, CB and 5A. RGB value is (174,203,90). Sum of RGB (Red+Green+Blue) = 174+203+90=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB5A is #5134A5. Grayscale: #B5B5B5. Windows color (decimal): -5321894 or 5950382. OLE color: 5950382.

HSL color Cylindrical-coordinate representation of color #AECB5A: hue angle of 75.4º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AECB5A is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 203 90 -
CMYK 0.14 0 0.56 0.20
HSL 75.4º 0.52% 0.57% -
HSV(B) 75.4º 0.56% 0.8% -
XYZ 40.66 52.45 17.65 -
YUV 181.45 76.39 122.69 -
System Red Green Blue C M Y K H S L
Decimal 174 203 90 0.14 0 0.56 0.20 75.4 0.52 0.57
Hex AE CB 5A E 0 38 14 4B 34 39
Octal 256 313 132 16 0 70 24 113 64 71
Binary 10101110 11001011 1011010 1110 0 111000 10100 1001011 110100 111001

Color Harmonies of #AECB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB5A

Black with #AECB5A

Text Example


Text Example

White with #AECB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB5A; }

 p { color: rgb(174,203,90); }

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

background-color css

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

 a { background-color: rgb(174,203,90); }

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

border-color css

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

 span { border-color: rgb(174,203,90); }

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