Html Css Color HEX #AABB05 Citrus

📋 copy color: '#AABB05'

red 170 ◦ green 187 ◦ blue 5

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

Shades of Citrus #AABB05

Tints of Citrus #AABB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.38%

R = 46.96%
G = 51.66%
B = 1.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#AABB05 (or 0xAABB05) is known color: Citrus. HEX triplet: AA, BB and 05. RGB value is (170,187,5). Sum of RGB (Red+Green+Blue) = 170+187+5=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABB05 is #5544FA. Grayscale: #A1A1A1. Windows color (decimal): -5588219 or 375722. OLE color: 375722.

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

Color convert

RGB 170 187 5 -
CMYK 0.09 0 0.97 0.27
HSL 65.6º 0.95% 0.38% -
HSV(B) 65.6º 0.97% 0.73% -
XYZ 34.38 44.1 6.84 -
YUV 161.17 39.87 134.3 -
System Red Green Blue C M Y K H S L
Decimal 170 187 5 0.09 0 0.97 0.27 65.6 0.95 0.38
Hex AA BB 5 9 0 61 1B 42 5F 26
Octal 252 273 5 11 0 141 33 102 137 46
Binary 10101010 10111011 101 1001 0 1100001 11011 1000010 1011111 100110

Color Harmonies of #AABB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB05

Black with #AABB05

Text Example


Text Example

White with #AABB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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