Html Css Color HEX #ABBC0E Citrus

📋 copy color: '#ABBC0E'

red 171 ◦ green 188 ◦ blue 14

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

Shades of Citrus #ABBC0E

Tints of Citrus #ABBC0E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.4%

 BLUE value IS 14 (5.86% from 255) = 3.75%

R = 45.84%
G = 50.4%
B = 3.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#ABBC0E (or 0xABBC0E) is known color: Citrus. HEX triplet: AB, BC and 0E. RGB value is (171,188,14). Sum of RGB (Red+Green+Blue) = 171+188+14=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC0E is #5443F1. Grayscale: #A3A3A3. Windows color (decimal): -5522418 or 965803. OLE color: 965803.

HSL color Cylindrical-coordinate representation of color #ABBC0E: hue angle of 65.86º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABBC0E is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 14 -
CMYK 0.09 0 0.93 0.26
HSL 65.86º 0.86% 0.4% -
HSV(B) 65.86º 0.93% 0.74% -
XYZ 34.86 44.66 7.2 -
YUV 163.08 43.87 133.65 -
System Red Green Blue C M Y K H S L
Decimal 171 188 14 0.09 0 0.93 0.26 65.86 0.86 0.4
Hex AB BC E 9 0 5D 1A 42 56 28
Octal 253 274 16 11 0 135 32 102 126 50
Binary 10101011 10111100 1110 1001 0 1011101 11010 1000010 1010110 101000

Color Harmonies of #ABBC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC0E

Black with #ABBC0E

Text Example


Text Example

White with #ABBC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC0E; }

 p { color: rgb(171,188,14); }

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

background-color css

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

 a { background-color: rgb(171,188,14); }

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

border-color css

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

 span { border-color: rgb(171,188,14); }

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