Html Css Color HEX #AABC35 Bahia

📋 copy color: '#AABC35'

red 170 ◦ green 188 ◦ blue 53

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

Shades of Bahia #AABC35

Tints of Bahia #AABC35

RGB

 RED value IS 170 (66.8% from 255) = 41.36%

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

 BLUE value IS 53 (21.09% from 255) = 12.9%

R = 41.36%
G = 45.74%
B = 12.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#AABC35 (or 0xAABC35) is known color: Bahia. HEX triplet: AA, BC and 35. RGB value is (170,188,53). Sum of RGB (Red+Green+Blue) = 170+188+53=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC35 is #5543CA. Grayscale: #A7A7A7. Windows color (decimal): -5587915 or 3521706. OLE color: 3521706.

HSL color Cylindrical-coordinate representation of color #AABC35: hue angle of 68º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AABC35 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 53 -
CMYK 0.10 0 0.72 0.26
HSL 68º 0.56% 0.47% -
HSV(B) 68º 0.72% 0.74% -
XYZ 35.2 44.77 10.15 -
YUV 167.23 63.54 129.98 -
System Red Green Blue C M Y K H S L
Decimal 170 188 53 0.10 0 0.72 0.26 68 0.56 0.47
Hex AA BC 35 A 0 48 1A 44 38 2F
Octal 252 274 65 12 0 110 32 104 70 57
Binary 10101010 10111100 110101 1010 0 1001000 11010 1000100 111000 101111

Color Harmonies of #AABC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC35

Black with #AABC35

Text Example


Text Example

White with #AABC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC35; }

 p { color: rgb(170,188,53); }

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

background-color css

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

 a { background-color: rgb(170,188,53); }

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

border-color css

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

 span { border-color: rgb(170,188,53); }

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