Html Css Color HEX #A1BF0E Citrus

📋 copy color: '#A1BF0E'

red 161 ◦ green 191 ◦ blue 14

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

Shades of Citrus #A1BF0E

Tints of Citrus #A1BF0E

RGB

 RED value IS 161 (63.28% from 255) = 43.99%

 GREEN value IS 191 (75% from 255) = 52.19%

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

R = 43.99%
G = 52.19%
B = 3.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#A1BF0E (or 0xA1BF0E) is known color: Citrus. HEX triplet: A1, BF and 0E. RGB value is (161,191,14). Sum of RGB (Red+Green+Blue) = 161+191+14=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BF0E is #5E40F1. Grayscale: #A2A2A2. Windows color (decimal): -6177010 or 966561. OLE color: 966561.

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

Color convert

RGB 161 191 14 -
CMYK 0.16 0 0.93 0.25
HSL 70.17º 0.86% 0.4% -
HSV(B) 70.17º 0.93% 0.75% -
XYZ 33.41 44.87 7.32 -
YUV 161.85 44.56 127.39 -
System Red Green Blue C M Y K H S L
Decimal 161 191 14 0.16 0 0.93 0.25 70.17 0.86 0.4
Hex A1 BF E 10 0 5D 19 46 56 28
Octal 241 277 16 20 0 135 31 106 126 50
Binary 10100001 10111111 1110 10000 0 1011101 11001 1000110 1010110 101000

Color Harmonies of #A1BF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BF0E

Black with #A1BF0E

Text Example


Text Example

White with #A1BF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BF0E; }

 p { color: rgb(161,191,14); }

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

background-color css

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

 a { background-color: rgb(161,191,14); }

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

border-color css

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

 span { border-color: rgb(161,191,14); }

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