Html Css Color HEX #AECC23 Bahia

📋 copy color: '#AECC23'

red 174 ◦ green 204 ◦ blue 35

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

Shades of Bahia #AECC23

Tints of Bahia #AECC23

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.39%

 BLUE value IS 35 (14.06% from 255) = 8.47%

R = 42.13%
G = 49.39%
B = 8.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#AECC23 (or 0xAECC23) is known color: Bahia. HEX triplet: AE, CC and 23. RGB value is (174,204,35). Sum of RGB (Red+Green+Blue) = 174+204+35=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 35 (14.06% from 255 or 8.47% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECC23 is #5133DC. Grayscale: #B0B0B0. Windows color (decimal): -5321693 or 2346158. OLE color: 2346158.

HSL color Cylindrical-coordinate representation of color #AECC23: hue angle of 70.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AECC23 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 35 -
CMYK 0.15 0 0.83 0.2
HSL 70.65º 0.71% 0.47% -
HSV(B) 70.65º 0.83% 0.8% -
XYZ 39.35 52.31 9.61 -
YUV 175.76 48.56 126.74 -
System Red Green Blue C M Y K H S L
Decimal 174 204 35 0.15 0 0.83 0.2 70.65 0.71 0.47
Hex AE CC 23 F 0 53 14 47 47 2F
Octal 256 314 43 17 0 123 24 107 107 57
Binary 10101110 11001100 100011 1111 0 1010011 10100 1000111 1000111 101111

Color Harmonies of #AECC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC23

Black with #AECC23

Text Example


Text Example

White with #AECC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC23; }

 p { color: rgb(174,204,35); }

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

background-color css

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

 a { background-color: rgb(174,204,35); }

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

border-color css

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

 span { border-color: rgb(174,204,35); }

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