Html Css Color HEX #ABC407 Citrus

📋 copy color: '#ABC407'

red 171 ◦ green 196 ◦ blue 7

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

Shades of Citrus #ABC407

Tints of Citrus #ABC407

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.41%

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

R = 45.72%
G = 52.41%
B = 1.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#ABC407 (or 0xABC407) is known color: Citrus. HEX triplet: AB, C4 and 07. RGB value is (171,196,7). Sum of RGB (Red+Green+Blue) = 171+196+7=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC407 is #543BF8. Grayscale: #A7A7A7. Windows color (decimal): -5520377 or 509099. OLE color: 509099.

HSL color Cylindrical-coordinate representation of color #ABC407: hue angle of 67.94º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABC407 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 7 -
CMYK 0.13 0 0.96 0.23
HSL 67.94º 0.93% 0.4% -
HSV(B) 67.94º 0.96% 0.77% -
XYZ 36.57 48.15 7.57 -
YUV 166.98 37.72 130.87 -
System Red Green Blue C M Y K H S L
Decimal 171 196 7 0.13 0 0.96 0.23 67.94 0.93 0.4
Hex AB C4 7 D 0 60 17 44 5D 28
Octal 253 304 7 15 0 140 27 104 135 50
Binary 10101011 11000100 111 1101 0 1100000 10111 1000100 1011101 101000

Color Harmonies of #ABC407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC407

Black with #ABC407

Text Example


Text Example

White with #ABC407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC407; }

 p { color: rgb(171,196,7); }

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

background-color css

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

 a { background-color: rgb(171,196,7); }

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

border-color css

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

 span { border-color: rgb(171,196,7); }

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