Html Css Color HEX #A5BA12 Citrus

📋 copy color: '#A5BA12'

red 165 ◦ green 186 ◦ blue 18

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

Shades of Citrus #A5BA12

Tints of Citrus #A5BA12

RGB

 RED value IS 165 (64.84% from 255) = 44.72%

 GREEN value IS 186 (73.05% from 255) = 50.41%

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

R = 44.72%
G = 50.41%
B = 4.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#A5BA12 (or 0xA5BA12) is known color: Citrus. HEX triplet: A5, BA and 12. RGB value is (165,186,18). Sum of RGB (Red+Green+Blue) = 165+186+18=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BA12 is #5A45ED. Grayscale: #A1A1A1. Windows color (decimal): -5916142 or 1227429. OLE color: 1227429.

HSL color Cylindrical-coordinate representation of color #A5BA12: hue angle of 67.5º 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 #A5BA12 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 18 -
CMYK 0.11 0 0.90 0.27
HSL 67.5º 0.82% 0.4% -
HSV(B) 67.5º 0.9% 0.73% -
XYZ 33.19 43.16 7.15 -
YUV 160.57 47.54 131.16 -
System Red Green Blue C M Y K H S L
Decimal 165 186 18 0.11 0 0.90 0.27 67.5 0.82 0.4
Hex A5 BA 12 B 0 5A 1B 44 52 28
Octal 245 272 22 13 0 132 33 104 122 50
Binary 10100101 10111010 10010 1011 0 1011010 11011 1000100 1010010 101000

Color Harmonies of #A5BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA12

Black with #A5BA12

Text Example


Text Example

White with #A5BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA12; }

 p { color: rgb(165,186,18); }

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

background-color css

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

 a { background-color: rgb(165,186,18); }

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

border-color css

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

 span { border-color: rgb(165,186,18); }

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