Html Css Color HEX #AEBC26 Bahia

📋 copy color: '#AEBC26'

red 174 ◦ green 188 ◦ blue 38

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

Shades of Bahia #AEBC26

Tints of Bahia #AEBC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.5%

R = 43.5%
G = 47%
B = 9.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#AEBC26 (or 0xAEBC26) is known color: Bahia. HEX triplet: AE, BC and 26. RGB value is (174,188,38). Sum of RGB (Red+Green+Blue) = 174+188+38=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBC26 is #5143D9. Grayscale: #A7A7A7. Windows color (decimal): -5325786 or 2538670. OLE color: 2538670.

HSL color Cylindrical-coordinate representation of color #AEBC26: hue angle of 65.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEBC26 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 38 -
CMYK 0.07 0 0.80 0.26
HSL 65.6º 0.66% 0.44% -
HSV(B) 65.6º 0.8% 0.74% -
XYZ 35.79 45.11 8.65 -
YUV 166.71 55.36 133.2 -
System Red Green Blue C M Y K H S L
Decimal 174 188 38 0.07 0 0.80 0.26 65.6 0.66 0.44
Hex AE BC 26 7 0 50 1A 42 42 2C
Octal 256 274 46 7 0 120 32 102 102 54
Binary 10101110 10111100 100110 111 0 1010000 11010 1000010 1000010 101100

Color Harmonies of #AEBC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC26

Black with #AEBC26

Text Example


Text Example

White with #AEBC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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