Html Css Color HEX #AECE1B Rio Grande

📋 copy color: '#AECE1B'

red 174 ◦ green 206 ◦ blue 27

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

Shades of Rio Grande #AECE1B

Tints of Rio Grande #AECE1B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.61%

 BLUE value IS 27 (10.94% from 255) = 6.63%

R = 42.75%
G = 50.61%
B = 6.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#AECE1B (or 0xAECE1B) is known color: Rio Grande. HEX triplet: AE, CE and 1B. RGB value is (174,206,27). Sum of RGB (Red+Green+Blue) = 174+206+27=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECE1B is #5131E4. Grayscale: #B0B0B0. Windows color (decimal): -5321189 or 1822382. OLE color: 1822382.

HSL color Cylindrical-coordinate representation of color #AECE1B: hue angle of 70.73º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AECE1B is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 27 -
CMYK 0.16 0 0.87 0.19
HSL 70.73º 0.77% 0.46% -
HSV(B) 70.73º 0.87% 0.81% -
XYZ 39.72 53.22 9.22 -
YUV 176.03 43.9 126.55 -
System Red Green Blue C M Y K H S L
Decimal 174 206 27 0.16 0 0.87 0.19 70.73 0.77 0.46
Hex AE CE 1B 10 0 57 13 47 4D 2E
Octal 256 316 33 20 0 127 23 107 115 56
Binary 10101110 11001110 11011 10000 0 1010111 10011 1000111 1001101 101110

Color Harmonies of #AECE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECE1B

Black with #AECE1B

Text Example


Text Example

White with #AECE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECE1B; }

 p { color: rgb(174,206,27); }

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

background-color css

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

 a { background-color: rgb(174,206,27); }

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

border-color css

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

 span { border-color: rgb(174,206,27); }

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