Html Css Color HEX #ABB313 Citrus

📋 copy color: '#ABB313'

red 171 ◦ green 179 ◦ blue 19

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

Shades of Citrus #ABB313

Tints of Citrus #ABB313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.51%

 BLUE value IS 19 (7.81% from 255) = 5.15%

R = 46.34%
G = 48.51%
B = 5.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#ABB313 (or 0xABB313) is known color: Citrus. HEX triplet: AB, B3 and 13. RGB value is (171,179,19). Sum of RGB (Red+Green+Blue) = 171+179+19=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB313 is #544CEC. Grayscale: #9F9F9F. Windows color (decimal): -5524717 or 1291179. OLE color: 1291179.

HSL color Cylindrical-coordinate representation of color #ABB313: hue angle of 63º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABB313 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 179 19 -
CMYK 0.04 0 0.89 0.30
HSL 63º 0.81% 0.39% -
HSV(B) 63º 0.89% 0.7% -
XYZ 33.03 40.95 6.78 -
YUV 158.37 49.35 137.01 -
System Red Green Blue C M Y K H S L
Decimal 171 179 19 0.04 0 0.89 0.30 63 0.81 0.39
Hex AB B3 13 4 0 59 1E 3F 51 27
Octal 253 263 23 4 0 131 36 77 121 47
Binary 10101011 10110011 10011 100 0 1011001 11110 111111 1010001 100111

Color Harmonies of #ABB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB313

Black with #ABB313

Text Example


Text Example

White with #ABB313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB313; }

 p { color: rgb(171,179,19); }

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

background-color css

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

 a { background-color: rgb(171,179,19); }

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

border-color css

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

 span { border-color: rgb(171,179,19); }

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