Html Css Color HEX #AABB35 Bahia

📋 copy color: '#AABB35'

red 170 ◦ green 187 ◦ blue 53

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

Shades of Bahia #AABB35

Tints of Bahia #AABB35

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.61%

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

R = 41.46%
G = 45.61%
B = 12.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#AABB35 (or 0xAABB35) is known color: Bahia. HEX triplet: AA, BB and 35. RGB value is (170,187,53). Sum of RGB (Red+Green+Blue) = 170+187+53=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB35 is #5544CA. Grayscale: #A7A7A7. Windows color (decimal): -5588171 or 3521450. OLE color: 3521450.

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

Color convert

RGB 170 187 53 -
CMYK 0.09 0 0.72 0.27
HSL 67.61º 0.56% 0.47% -
HSV(B) 67.61º 0.72% 0.73% -
XYZ 34.99 44.34 10.08 -
YUV 166.64 63.87 130.4 -
System Red Green Blue C M Y K H S L
Decimal 170 187 53 0.09 0 0.72 0.27 67.61 0.56 0.47
Hex AA BB 35 9 0 48 1B 44 38 2F
Octal 252 273 65 11 0 110 33 104 70 57
Binary 10101010 10111011 110101 1001 0 1001000 11011 1000100 111000 101111

Color Harmonies of #AABB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB35

Black with #AABB35

Text Example


Text Example

White with #AABB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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