Html Css Color HEX #A3BB12 Citrus

📋 copy color: '#A3BB12'

red 163 ◦ green 187 ◦ blue 18

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

Shades of Citrus #A3BB12

Tints of Citrus #A3BB12

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.82%

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

R = 44.29%
G = 50.82%
B = 4.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#A3BB12 (or 0xA3BB12) is known color: Citrus. HEX triplet: A3, BB and 12. RGB value is (163,187,18). Sum of RGB (Red+Green+Blue) = 163+187+18=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BB12 is #5C44ED. Grayscale: #A1A1A1. Windows color (decimal): -6046958 or 1227683. OLE color: 1227683.

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

Color convert

RGB 163 187 18 -
CMYK 0.13 0 0.90 0.27
HSL 68.52º 0.82% 0.4% -
HSV(B) 68.52º 0.9% 0.73% -
XYZ 32.98 43.37 7.21 -
YUV 160.56 47.55 129.74 -
System Red Green Blue C M Y K H S L
Decimal 163 187 18 0.13 0 0.90 0.27 68.52 0.82 0.4
Hex A3 BB 12 D 0 5A 1B 45 52 28
Octal 243 273 22 15 0 132 33 105 122 50
Binary 10100011 10111011 10010 1101 0 1011010 11011 1000101 1010010 101000

Color Harmonies of #A3BB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BB12

Black with #A3BB12

Text Example


Text Example

White with #A3BB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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