Html Css Color HEX #A3BC0F Citrus

📋 copy color: '#A3BC0F'

red 163 ◦ green 188 ◦ blue 15

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

Shades of Citrus #A3BC0F

Tints of Citrus #A3BC0F

RGB

 RED value IS 163 (64.06% from 255) = 44.54%

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

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

R = 44.54%
G = 51.37%
B = 4.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#A3BC0F (or 0xA3BC0F) is known color: Citrus. HEX triplet: A3, BC and 0F. RGB value is (163,188,15). Sum of RGB (Red+Green+Blue) = 163+188+15=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BC0F is #5C43F0. Grayscale: #A1A1A1. Windows color (decimal): -6046705 or 1031331. OLE color: 1031331.

HSL color Cylindrical-coordinate representation of color #A3BC0F: hue angle of 68.67º 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 #A3BC0F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 15 -
CMYK 0.13 0 0.92 0.26
HSL 68.67º 0.85% 0.4% -
HSV(B) 68.67º 0.92% 0.74% -
XYZ 33.17 43.79 7.16 -
YUV 160.8 45.72 129.57 -
System Red Green Blue C M Y K H S L
Decimal 163 188 15 0.13 0 0.92 0.26 68.67 0.85 0.4
Hex A3 BC F D 0 5C 1A 45 55 28
Octal 243 274 17 15 0 134 32 105 125 50
Binary 10100011 10111100 1111 1101 0 1011100 11010 1000101 1010101 101000

Color Harmonies of #A3BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC0F

Black with #A3BC0F

Text Example


Text Example

White with #A3BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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