Html Css Color HEX #A3B812 Citrus

📋 copy color: '#A3B812'

red 163 ◦ green 184 ◦ blue 18

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

Shades of Citrus #A3B812

Tints of Citrus #A3B812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.41%

 BLUE value IS 18 (7.42% from 255) = 4.93%

R = 44.66%
G = 50.41%
B = 4.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#A3B812 (or 0xA3B812) is known color: Citrus. HEX triplet: A3, B8 and 12. RGB value is (163,184,18). Sum of RGB (Red+Green+Blue) = 163+184+18=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 184 (72.27% from 255 or 50.41% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B812 is #5C47ED. Grayscale: #9F9F9F. Windows color (decimal): -6047726 or 1226915. OLE color: 1226915.

HSL color Cylindrical-coordinate representation of color #A3B812: hue angle of 67.59º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3B812 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 184 18 -
CMYK 0.11 0 0.90 0.28
HSL 67.59º 0.82% 0.4% -
HSV(B) 67.59º 0.9% 0.72% -
XYZ 32.35 42.11 7 -
YUV 158.8 48.54 131 -
System Red Green Blue C M Y K H S L
Decimal 163 184 18 0.11 0 0.90 0.28 67.59 0.82 0.4
Hex A3 B8 12 B 0 5A 1C 44 52 28
Octal 243 270 22 13 0 132 34 104 122 50
Binary 10100011 10111000 10010 1011 0 1011010 11100 1000100 1010010 101000

Color Harmonies of #A3B812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B812

Black with #A3B812

Text Example


Text Example

White with #A3B812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B812; }

 p { color: rgb(163,184,18); }

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

background-color css

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

 a { background-color: rgb(163,184,18); }

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

border-color css

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

 span { border-color: rgb(163,184,18); }

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