Html Css Color HEX #ABC706 Citrus

📋 copy color: '#ABC706'

red 171 ◦ green 199 ◦ blue 6

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

Shades of Citrus #ABC706

Tints of Citrus #ABC706

RGB

 RED value IS 171 (67.19% from 255) = 45.48%

 GREEN value IS 199 (78.13% from 255) = 52.93%

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

R = 45.48%
G = 52.93%
B = 1.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#ABC706 (or 0xABC706) is known color: Citrus. HEX triplet: AB, C7 and 06. RGB value is (171,199,6). Sum of RGB (Red+Green+Blue) = 171+199+6=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC706 is #5438F9. Grayscale: #A9A9A9. Windows color (decimal): -5519610 or 444331. OLE color: 444331.

HSL color Cylindrical-coordinate representation of color #ABC706: hue angle of 68.7º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABC706 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 199 6 -
CMYK 0.14 0 0.97 0.22
HSL 68.7º 0.94% 0.4% -
HSV(B) 68.7º 0.97% 0.78% -
XYZ 37.25 49.52 7.77 -
YUV 168.63 36.22 129.69 -
System Red Green Blue C M Y K H S L
Decimal 171 199 6 0.14 0 0.97 0.22 68.7 0.94 0.4
Hex AB C7 6 E 0 61 16 45 5E 28
Octal 253 307 6 16 0 141 26 105 136 50
Binary 10101011 11000111 110 1110 0 1100001 10110 1000101 1011110 101000

Color Harmonies of #ABC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC706

Black with #ABC706

Text Example


Text Example

White with #ABC706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC706; }

 p { color: rgb(171,199,6); }

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

background-color css

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

 a { background-color: rgb(171,199,6); }

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

border-color css

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

 span { border-color: rgb(171,199,6); }

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