Html Css Color HEX #ABC301 Citrus

📋 copy color: '#ABC301'

red 171 ◦ green 195 ◦ blue 1

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

Shades of Citrus #ABC301

Tints of Citrus #ABC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.13%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 46.59%
G = 53.13%
B = 0.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#ABC301 (or 0xABC301) is known color: Citrus. HEX triplet: AB, C3 and 01. RGB value is (171,195,1). Sum of RGB (Red+Green+Blue) = 171+195+1=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC301 is #543CFE. Grayscale: #A6A6A6. Windows color (decimal): -5520639 or 115627. OLE color: 115627.

HSL color Cylindrical-coordinate representation of color #ABC301: hue angle of 67.42º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABC301 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 195 1 -
CMYK 0.12 0 0.99 0.24
HSL 67.42º 0.99% 0.38% -
HSV(B) 67.42º 0.99% 0.76% -
XYZ 36.32 47.69 7.32 -
YUV 165.71 35.05 131.77 -
System Red Green Blue C M Y K H S L
Decimal 171 195 1 0.12 0 0.99 0.24 67.42 0.99 0.38
Hex AB C3 1 C 0 63 18 43 63 26
Octal 253 303 1 14 0 143 30 103 143 46
Binary 10101011 11000011 1 1100 0 1100011 11000 1000011 1100011 100110

Color Harmonies of #ABC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC301

Black with #ABC301

Text Example


Text Example

White with #ABC301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC301; }

 p { color: rgb(171,195,1); }

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

background-color css

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

 a { background-color: rgb(171,195,1); }

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

border-color css

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

 span { border-color: rgb(171,195,1); }

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