Html Css Color HEX #ABC104 Citrus

📋 copy color: '#ABC104'

red 171 ◦ green 193 ◦ blue 4

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

Shades of Citrus #ABC104

Tints of Citrus #ABC104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 46.47%
G = 52.45%
B = 1.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#ABC104 (or 0xABC104) is known color: Citrus. HEX triplet: AB, C1 and 04. RGB value is (171,193,4). Sum of RGB (Red+Green+Blue) = 171+193+4=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC104 is #543EFB. Grayscale: #A5A5A5. Windows color (decimal): -5521148 or 311723. OLE color: 311723.

HSL color Cylindrical-coordinate representation of color #ABC104: hue angle of 66.98º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABC104 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 4 -
CMYK 0.11 0 0.98 0.24
HSL 66.98º 0.96% 0.39% -
HSV(B) 66.98º 0.98% 0.76% -
XYZ 35.89 46.81 7.26 -
YUV 164.88 37.21 132.37 -
System Red Green Blue C M Y K H S L
Decimal 171 193 4 0.11 0 0.98 0.24 66.98 0.96 0.39
Hex AB C1 4 B 0 62 18 43 60 27
Octal 253 301 4 13 0 142 30 103 140 47
Binary 10101011 11000001 100 1011 0 1100010 11000 1000011 1100000 100111

Color Harmonies of #ABC104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC104

Black with #ABC104

Text Example


Text Example

White with #ABC104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC104; }

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

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

background-color css

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

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

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

border-color css

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

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

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