Html Css Color HEX #AEBC33 Bahia

📋 copy color: '#AEBC33'

red 174 ◦ green 188 ◦ blue 51

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

Shades of Bahia #AEBC33

Tints of Bahia #AEBC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

 BLUE value IS 51 (20.31% from 255) = 12.35%

R = 42.13%
G = 45.52%
B = 12.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#AEBC33 (or 0xAEBC33) is known color: Bahia. HEX triplet: AE, BC and 33. RGB value is (174,188,51). Sum of RGB (Red+Green+Blue) = 174+188+51=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBC33 is #5143CC. Grayscale: #A8A8A8. Windows color (decimal): -5325773 or 3390638. OLE color: 3390638.

HSL color Cylindrical-coordinate representation of color #AEBC33: hue angle of 66.13º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEBC33 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 51 -
CMYK 0.07 0 0.73 0.26
HSL 66.13º 0.57% 0.47% -
HSV(B) 66.13º 0.73% 0.74% -
XYZ 36.04 45.2 9.96 -
YUV 168.2 61.86 132.14 -
System Red Green Blue C M Y K H S L
Decimal 174 188 51 0.07 0 0.73 0.26 66.13 0.57 0.47
Hex AE BC 33 7 0 49 1A 42 39 2F
Octal 256 274 63 7 0 111 32 102 71 57
Binary 10101110 10111100 110011 111 0 1001001 11010 1000010 111001 101111

Color Harmonies of #AEBC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC33

Black with #AEBC33

Text Example


Text Example

White with #AEBC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC33; }

 p { color: rgb(174,188,51); }

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

background-color css

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

 a { background-color: rgb(174,188,51); }

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

border-color css

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

 span { border-color: rgb(174,188,51); }

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