Html Css Color HEX #AABB04 Citrus

📋 copy color: '#AABB04'

red 170 ◦ green 187 ◦ blue 4

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

Shades of Citrus #AABB04

Tints of Citrus #AABB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 47.09%
G = 51.8%
B = 1.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#AABB04 (or 0xAABB04) is known color: Citrus. HEX triplet: AA, BB and 04. RGB value is (170,187,4). Sum of RGB (Red+Green+Blue) = 170+187+4=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABB04 is #5544FB. Grayscale: #A1A1A1. Windows color (decimal): -5588220 or 310186. OLE color: 310186.

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

Color convert

RGB 170 187 4 -
CMYK 0.09 0 0.98 0.27
HSL 65.57º 0.96% 0.37% -
HSV(B) 65.57º 0.98% 0.73% -
XYZ 34.37 44.1 6.81 -
YUV 161.06 39.37 134.38 -
System Red Green Blue C M Y K H S L
Decimal 170 187 4 0.09 0 0.98 0.27 65.57 0.96 0.37
Hex AA BB 4 9 0 62 1B 42 60 25
Octal 252 273 4 11 0 142 33 102 140 45
Binary 10101010 10111011 100 1001 0 1100010 11011 1000010 1100000 100101

Color Harmonies of #AABB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB04

Black with #AABB04

Text Example


Text Example

White with #AABB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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