Html Css Color HEX #AACB06 Citrus

📋 copy color: '#AACB06'

red 170 ◦ green 203 ◦ blue 6

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

Shades of Citrus #AACB06

Tints of Citrus #AACB06

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.56%

 BLUE value IS 6 (2.73% from 255) = 1.58%

R = 44.85%
G = 53.56%
B = 1.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#AACB06 (or 0xAACB06) is known color: Citrus. HEX triplet: AA, CB and 06. RGB value is (170,203,6). Sum of RGB (Red+Green+Blue) = 170+203+6=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACB06 is #5534F9. Grayscale: #ABABAB. Windows color (decimal): -5584122 or 445354. OLE color: 445354.

HSL color Cylindrical-coordinate representation of color #AACB06: hue angle of 70.05º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AACB06 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 6 -
CMYK 0.16 0 0.97 0.20
HSL 70.05º 0.94% 0.41% -
HSV(B) 70.05º 0.97% 0.8% -
XYZ 37.97 51.27 8.07 -
YUV 170.68 35.07 127.52 -
System Red Green Blue C M Y K H S L
Decimal 170 203 6 0.16 0 0.97 0.20 70.05 0.94 0.41
Hex AA CB 6 10 0 61 14 46 5E 29
Octal 252 313 6 20 0 141 24 106 136 51
Binary 10101010 11001011 110 10000 0 1100001 10100 1000110 1011110 101001

Color Harmonies of #AACB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB06

Black with #AACB06

Text Example


Text Example

White with #AACB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB06; }

 p { color: rgb(170,203,6); }

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

background-color css

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

 a { background-color: rgb(170,203,6); }

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

border-color css

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

 span { border-color: rgb(170,203,6); }

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