Html Css Color HEX #AEBF2D Bahia

📋 copy color: '#AEBF2D'

red 174 ◦ green 191 ◦ blue 45

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

Shades of Bahia #AEBF2D

Tints of Bahia #AEBF2D

RGB

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

 GREEN value IS 191 (75% from 255) = 46.59%

 BLUE value IS 45 (17.97% from 255) = 10.98%

R = 42.44%
G = 46.59%
B = 10.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#AEBF2D (or 0xAEBF2D) is known color: Bahia. HEX triplet: AE, BF and 2D. RGB value is (174,191,45). Sum of RGB (Red+Green+Blue) = 174+191+45=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBF2D is #5140D2. Grayscale: #A9A9A9. Windows color (decimal): -5325011 or 2998190. OLE color: 2998190.

HSL color Cylindrical-coordinate representation of color #AEBF2D: hue angle of 66.99º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AEBF2D is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 191 45 -
CMYK 0.09 0 0.76 0.25
HSL 66.99º 0.62% 0.46% -
HSV(B) 66.99º 0.76% 0.75% -
XYZ 36.56 46.45 9.52 -
YUV 169.27 57.87 131.37 -
System Red Green Blue C M Y K H S L
Decimal 174 191 45 0.09 0 0.76 0.25 66.99 0.62 0.46
Hex AE BF 2D 9 0 4C 19 43 3E 2E
Octal 256 277 55 11 0 114 31 103 76 56
Binary 10101110 10111111 101101 1001 0 1001100 11001 1000011 111110 101110

Color Harmonies of #AEBF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF2D

Black with #AEBF2D

Text Example


Text Example

White with #AEBF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF2D; }

 p { color: rgb(174,191,45); }

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

background-color css

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

 a { background-color: rgb(174,191,45); }

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

border-color css

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

 span { border-color: rgb(174,191,45); }

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