Html Css Color HEX #ABC102 Citrus

📋 copy color: '#ABC102'

red 171 ◦ green 193 ◦ blue 2

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

Shades of Citrus #ABC102

Tints of Citrus #ABC102

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.73%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 46.72%
G = 52.73%
B = 0.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#ABC102 (or 0xABC102) is known color: Citrus. HEX triplet: AB, C1 and 02. RGB value is (171,193,2). Sum of RGB (Red+Green+Blue) = 171+193+2=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC102 is #543EFD. Grayscale: #A5A5A5. Windows color (decimal): -5521150 or 180651. OLE color: 180651.

HSL color Cylindrical-coordinate representation of color #ABC102: hue angle of 66.91º degrees, saturation: 0.98, 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 #ABC102 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 2 -
CMYK 0.11 0 0.99 0.24
HSL 66.91º 0.98% 0.38% -
HSV(B) 66.91º 0.99% 0.76% -
XYZ 35.88 46.8 7.2 -
YUV 164.65 36.21 132.53 -
System Red Green Blue C M Y K H S L
Decimal 171 193 2 0.11 0 0.99 0.24 66.91 0.98 0.38
Hex AB C1 2 B 0 63 18 43 62 26
Octal 253 301 2 13 0 143 30 103 142 46
Binary 10101011 11000001 10 1011 0 1100011 11000 1000011 1100010 100110

Color Harmonies of #ABC102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC102

Black with #ABC102

Text Example


Text Example

White with #ABC102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC102; }

 p { color: rgb(171,193,2); }

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

background-color css

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

 a { background-color: rgb(171,193,2); }

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

border-color css

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

 span { border-color: rgb(171,193,2); }

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