Html Css Color HEX #AABB07 Citrus

📋 copy color: '#AABB07'

red 170 ◦ green 187 ◦ blue 7

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

Shades of Citrus #AABB07

Tints of Citrus #AABB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.92%

R = 46.7%
G = 51.37%
B = 1.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#AABB07 (or 0xAABB07) is known color: Citrus. HEX triplet: AA, BB and 07. RGB value is (170,187,7). Sum of RGB (Red+Green+Blue) = 170+187+7=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 187 (73.44% from 255 or 51.37% from 364); Blue value is 7 (3.12% from 255 or 1.92% from 364); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABB07 is #5544F8. Grayscale: #A2A2A2. Windows color (decimal): -5588217 or 506794. OLE color: 506794.

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

Color convert

RGB 170 187 7 -
CMYK 0.09 0 0.96 0.27
HSL 65.67º 0.93% 0.38% -
HSV(B) 65.67º 0.96% 0.73% -
XYZ 34.39 44.1 6.9 -
YUV 161.4 40.87 134.14 -
System Red Green Blue C M Y K H S L
Decimal 170 187 7 0.09 0 0.96 0.27 65.67 0.93 0.38
Hex AA BB 7 9 0 60 1B 42 5D 26
Octal 252 273 7 11 0 140 33 102 135 46
Binary 10101010 10111011 111 1001 0 1100000 11011 1000010 1011101 100110

Color Harmonies of #AABB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB07

Black with #AABB07

Text Example


Text Example

White with #AABB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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