Html Css Color HEX #AEBA23 Bahia

📋 copy color: '#AEBA23'

red 174 ◦ green 186 ◦ blue 35

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

Shades of Bahia #AEBA23

Tints of Bahia #AEBA23

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.09%

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

R = 44.05%
G = 47.09%
B = 8.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#AEBA23 (or 0xAEBA23) is known color: Bahia. HEX triplet: AE, BA and 23. RGB value is (174,186,35). Sum of RGB (Red+Green+Blue) = 174+186+35=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA23 is #5145DC. Grayscale: #A5A5A5. Windows color (decimal): -5326301 or 2341550. OLE color: 2341550.

HSL color Cylindrical-coordinate representation of color #AEBA23: hue angle of 64.77º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEBA23 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 186 35 -
CMYK 0.06 0 0.81 0.27
HSL 64.77º 0.68% 0.43% -
HSV(B) 64.77º 0.81% 0.73% -
XYZ 35.32 44.24 8.27 -
YUV 165.2 54.52 134.28 -
System Red Green Blue C M Y K H S L
Decimal 174 186 35 0.06 0 0.81 0.27 64.77 0.68 0.43
Hex AE BA 23 6 0 51 1B 41 44 2B
Octal 256 272 43 6 0 121 33 101 104 53
Binary 10101110 10111010 100011 110 0 1010001 11011 1000001 1000100 101011

Color Harmonies of #AEBA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA23

Black with #AEBA23

Text Example


Text Example

White with #AEBA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA23; }

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

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

background-color css

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

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

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

border-color css

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

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

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