Html Css Color HEX #AECB23 Bahia

📋 copy color: '#AECB23'

red 174 ◦ green 203 ◦ blue 35

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

Shades of Bahia #AECB23

Tints of Bahia #AECB23

RGB

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

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

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

R = 42.23%
G = 49.27%
B = 8.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#AECB23 (or 0xAECB23) is known color: Bahia. HEX triplet: AE, CB and 23. RGB value is (174,203,35). Sum of RGB (Red+Green+Blue) = 174+203+35=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 35 (14.06% from 255 or 8.50% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB23 is #5134DC. Grayscale: #AFAFAF. Windows color (decimal): -5321949 or 2345902. OLE color: 2345902.

HSL color Cylindrical-coordinate representation of color #AECB23: hue angle of 70.36º 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 #AECB23 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 203 35 -
CMYK 0.14 0 0.83 0.20
HSL 70.36º 0.71% 0.47% -
HSV(B) 70.36º 0.83% 0.8% -
XYZ 39.11 51.83 9.53 -
YUV 175.18 48.89 127.16 -
System Red Green Blue C M Y K H S L
Decimal 174 203 35 0.14 0 0.83 0.20 70.36 0.71 0.47
Hex AE CB 23 E 0 53 14 46 47 2F
Octal 256 313 43 16 0 123 24 106 107 57
Binary 10101110 11001011 100011 1110 0 1010011 10100 1000110 1000111 101111

Color Harmonies of #AECB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB23

Black with #AECB23

Text Example


Text Example

White with #AECB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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