Html Css Color HEX #A1BC0F Citrus

📋 copy color: '#A1BC0F'

red 161 ◦ green 188 ◦ blue 15

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

Shades of Citrus #A1BC0F

Tints of Citrus #A1BC0F

RGB

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

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

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

R = 44.23%
G = 51.65%
B = 4.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#A1BC0F (or 0xA1BC0F) is known color: Citrus. HEX triplet: A1, BC and 0F. RGB value is (161,188,15). Sum of RGB (Red+Green+Blue) = 161+188+15=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BC0F is #5E43F0. Grayscale: #A0A0A0. Windows color (decimal): -6177777 or 1031329. OLE color: 1031329.

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

Color convert

RGB 161 188 15 -
CMYK 0.14 0 0.92 0.26
HSL 69.36º 0.85% 0.4% -
HSV(B) 69.36º 0.92% 0.74% -
XYZ 32.77 43.58 7.14 -
YUV 160.21 46.05 128.57 -
System Red Green Blue C M Y K H S L
Decimal 161 188 15 0.14 0 0.92 0.26 69.36 0.85 0.4
Hex A1 BC F E 0 5C 1A 45 55 28
Octal 241 274 17 16 0 134 32 105 125 50
Binary 10100001 10111100 1111 1110 0 1011100 11010 1000101 1010101 101000

Color Harmonies of #A1BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC0F

Black with #A1BC0F

Text Example


Text Example

White with #A1BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC0F; }

 p { color: rgb(161,188,15); }

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

background-color css

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

 a { background-color: rgb(161,188,15); }

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

border-color css

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

 span { border-color: rgb(161,188,15); }

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