Html Css Color HEX #AEBE1D Bahia

📋 copy color: '#AEBE1D'

red 174 ◦ green 190 ◦ blue 29

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

Shades of Bahia #AEBE1D

Tints of Bahia #AEBE1D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.35%

 BLUE value IS 29 (11.72% from 255) = 7.38%

R = 44.27%
G = 48.35%
B = 7.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#AEBE1D (or 0xAEBE1D) is known color: Bahia. HEX triplet: AE, BE and 1D. RGB value is (174,190,29). Sum of RGB (Red+Green+Blue) = 174+190+29=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBE1D is #5141E2. Grayscale: #A7A7A7. Windows color (decimal): -5325283 or 1949358. OLE color: 1949358.

HSL color Cylindrical-coordinate representation of color #AEBE1D: hue angle of 65.96º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEBE1D is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 190 29 -
CMYK 0.08 0 0.85 0.25
HSL 65.96º 0.74% 0.43% -
HSV(B) 65.96º 0.85% 0.75% -
XYZ 36.09 45.91 8.12 -
YUV 166.86 50.2 133.09 -
System Red Green Blue C M Y K H S L
Decimal 174 190 29 0.08 0 0.85 0.25 65.96 0.74 0.43
Hex AE BE 1D 8 0 55 19 42 4A 2B
Octal 256 276 35 10 0 125 31 102 112 53
Binary 10101110 10111110 11101 1000 0 1010101 11001 1000010 1001010 101011

Color Harmonies of #AEBE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE1D

Black with #AEBE1D

Text Example


Text Example

White with #AEBE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE1D; }

 p { color: rgb(174,190,29); }

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

background-color css

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

 a { background-color: rgb(174,190,29); }

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

border-color css

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

 span { border-color: rgb(174,190,29); }

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