Html Css Color HEX #ABB30F Citrus

📋 copy color: '#ABB30F'

red 171 ◦ green 179 ◦ blue 15

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

Shades of Citrus #ABB30F

Tints of Citrus #ABB30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.11%

R = 46.85%
G = 49.04%
B = 4.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#ABB30F (or 0xABB30F) is known color: Citrus. HEX triplet: AB, B3 and 0F. RGB value is (171,179,15). Sum of RGB (Red+Green+Blue) = 171+179+15=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB30F is #544CF0. Grayscale: #9E9E9E. Windows color (decimal): -5524721 or 1029035. OLE color: 1029035.

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

Color convert

RGB 171 179 15 -
CMYK 0.04 0 0.92 0.30
HSL 62.93º 0.85% 0.38% -
HSV(B) 62.93º 0.92% 0.7% -
XYZ 33 40.93 6.61 -
YUV 157.91 47.35 137.34 -
System Red Green Blue C M Y K H S L
Decimal 171 179 15 0.04 0 0.92 0.30 62.93 0.85 0.38
Hex AB B3 F 4 0 5C 1E 3F 55 26
Octal 253 263 17 4 0 134 36 77 125 46
Binary 10101011 10110011 1111 100 0 1011100 11110 111111 1010101 100110

Color Harmonies of #ABB30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB30F

Black with #ABB30F

Text Example


Text Example

White with #ABB30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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