Html Css Color HEX #AACB05 Citrus

📋 copy color: '#AACB05'

red 170 ◦ green 203 ◦ blue 5

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

Shades of Citrus #AACB05

Tints of Citrus #AACB05

RGB

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

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

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

R = 44.97%
G = 53.7%
B = 1.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#AACB05 (or 0xAACB05) is known color: Citrus. HEX triplet: AA, CB and 05. RGB value is (170,203,5). Sum of RGB (Red+Green+Blue) = 170+203+5=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACB05 is #5534FA. Grayscale: #ABABAB. Windows color (decimal): -5584123 or 379818. OLE color: 379818.

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

Color convert

RGB 170 203 5 -
CMYK 0.16 0 0.98 0.20
HSL 70º 0.95% 0.41% -
HSV(B) 70º 0.98% 0.8% -
XYZ 37.96 51.27 8.04 -
YUV 170.56 34.57 127.6 -
System Red Green Blue C M Y K H S L
Decimal 170 203 5 0.16 0 0.98 0.20 70 0.95 0.41
Hex AA CB 5 10 0 62 14 46 5F 29
Octal 252 313 5 20 0 142 24 106 137 51
Binary 10101010 11001011 101 10000 0 1100010 10100 1000110 1011111 101001

Color Harmonies of #AACB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB05

Black with #AACB05

Text Example


Text Example

White with #AACB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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