Html Css Color HEX #A3BD10 Citrus

📋 copy color: '#A3BD10'

red 163 ◦ green 189 ◦ blue 16

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

Shades of Citrus #A3BD10

Tints of Citrus #A3BD10

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.36%

 BLUE value IS 16 (6.64% from 255) = 4.35%

R = 44.29%
G = 51.36%
B = 4.35%

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

#A3BD10 (or 0xA3BD10) is known color: Citrus. HEX triplet: A3, BD and 10. RGB value is (163,189,16). Sum of RGB (Red+Green+Blue) = 163+189+16=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BD10 is #5C42EF. Grayscale: #A2A2A2. Windows color (decimal): -6046448 or 1097123. OLE color: 1097123.

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

Color convert

RGB 163 189 16 -
CMYK 0.14 0 0.92 0.26
HSL 69.02º 0.84% 0.4% -
HSV(B) 69.02º 0.92% 0.74% -
XYZ 33.4 44.22 7.27 -
YUV 161.5 45.89 129.07 -
System Red Green Blue C M Y K H S L
Decimal 163 189 16 0.14 0 0.92 0.26 69.02 0.84 0.4
Hex A3 BD 10 E 0 5C 1A 45 54 28
Octal 243 275 20 16 0 134 32 105 124 50
Binary 10100011 10111101 10000 1110 0 1011100 11010 1000101 1010100 101000

Color Harmonies of #A3BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD10

Black with #A3BD10

Text Example


Text Example

White with #A3BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD10; }

 p { color: rgb(163,189,16); }

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

background-color css

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

 a { background-color: rgb(163,189,16); }

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

border-color css

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

 span { border-color: rgb(163,189,16); }

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