Html Css Color HEX #AEBD2B Bahia

📋 copy color: '#AEBD2B'

red 174 ◦ green 189 ◦ blue 43

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

Shades of Bahia #AEBD2B

Tints of Bahia #AEBD2B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.55%

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

R = 42.86%
G = 46.55%
B = 10.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#AEBD2B (or 0xAEBD2B) is known color: Bahia. HEX triplet: AE, BD and 2B. RGB value is (174,189,43). Sum of RGB (Red+Green+Blue) = 174+189+43=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD2B is #5142D4. Grayscale: #A8A8A8. Windows color (decimal): -5325525 or 2866606. OLE color: 2866606.

HSL color Cylindrical-coordinate representation of color #AEBD2B: hue angle of 66.16º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEBD2B is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 43 -
CMYK 0.08 0 0.77 0.26
HSL 66.16º 0.63% 0.45% -
HSV(B) 66.16º 0.77% 0.74% -
XYZ 36.09 45.57 9.18 -
YUV 167.87 57.53 132.37 -
System Red Green Blue C M Y K H S L
Decimal 174 189 43 0.08 0 0.77 0.26 66.16 0.63 0.45
Hex AE BD 2B 8 0 4D 1A 42 3F 2D
Octal 256 275 53 10 0 115 32 102 77 55
Binary 10101110 10111101 101011 1000 0 1001101 11010 1000010 111111 101101

Color Harmonies of #AEBD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD2B

Black with #AEBD2B

Text Example


Text Example

White with #AEBD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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