Html Css Color HEX #A0B412 Citrus

📋 copy color: '#A0B412'

red 160 ◦ green 180 ◦ blue 18

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

Shades of Citrus #A0B412

Tints of Citrus #A0B412

RGB

 RED value IS 160 (62.89% from 255) = 44.69%

 GREEN value IS 180 (70.7% from 255) = 50.28%

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

R = 44.69%
G = 50.28%
B = 5.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#A0B412 (or 0xA0B412) is known color: Citrus. HEX triplet: A0, B4 and 12. RGB value is (160,180,18). Sum of RGB (Red+Green+Blue) = 160+180+18=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B412 is #5F4BED. Grayscale: #9C9C9C. Windows color (decimal): -6245358 or 1225888. OLE color: 1225888.

HSL color Cylindrical-coordinate representation of color #A0B412: hue angle of 67.41º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0B412 is Cyan = 0.11, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 18 -
CMYK 0.11 0 0.9 0.29
HSL 67.41º 0.82% 0.39% -
HSV(B) 67.41º 0.9% 0.71% -
XYZ 30.93 40.16 6.69 -
YUV 155.55 50.37 131.17 -
System Red Green Blue C M Y K H S L
Decimal 160 180 18 0.11 0 0.9 0.29 67.41 0.82 0.39
Hex A0 B4 12 B 0 5A 1D 43 52 27
Octal 240 264 22 13 0 132 35 103 122 47
Binary 10100000 10110100 10010 1011 0 1011010 11101 1000011 1010010 100111

Color Harmonies of #A0B412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B412

Black with #A0B412

Text Example


Text Example

White with #A0B412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B412; }

 p { color: rgb(160,180,18); }

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

background-color css

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

 a { background-color: rgb(160,180,18); }

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

border-color css

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

 span { border-color: rgb(160,180,18); }

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