Html Css Color HEX #AEC32B Bahia

📋 copy color: '#AEC32B'

red 174 ◦ green 195 ◦ blue 43

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

Shades of Bahia #AEC32B

Tints of Bahia #AEC32B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.33%

 BLUE value IS 43 (17.19% from 255) = 10.44%

R = 42.23%
G = 47.33%
B = 10.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#AEC32B (or 0xAEC32B) is known color: Bahia. HEX triplet: AE, C3 and 2B. RGB value is (174,195,43). Sum of RGB (Red+Green+Blue) = 174+195+43=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC32B is #513CD4. Grayscale: #ABABAB. Windows color (decimal): -5323989 or 2868142. OLE color: 2868142.

HSL color Cylindrical-coordinate representation of color #AEC32B: hue angle of 68.29º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEC32B is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 195 43 -
CMYK 0.11 0 0.78 0.24
HSL 68.29º 0.64% 0.47% -
HSV(B) 68.29º 0.78% 0.76% -
XYZ 37.41 48.2 9.62 -
YUV 171.39 55.54 129.86 -
System Red Green Blue C M Y K H S L
Decimal 174 195 43 0.11 0 0.78 0.24 68.29 0.64 0.47
Hex AE C3 2B B 0 4E 18 44 40 2F
Octal 256 303 53 13 0 116 30 104 100 57
Binary 10101110 11000011 101011 1011 0 1001110 11000 1000100 1000000 101111

Color Harmonies of #AEC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC32B

Black with #AEC32B

Text Example


Text Example

White with #AEC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC32B; }

 p { color: rgb(174,195,43); }

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

background-color css

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

 a { background-color: rgb(174,195,43); }

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

border-color css

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

 span { border-color: rgb(174,195,43); }

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