Html Css Color HEX #A0B212 Citrus

📋 copy color: '#A0B212'

red 160 ◦ green 178 ◦ blue 18

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

Shades of Citrus #A0B212

Tints of Citrus #A0B212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50%

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

R = 44.94%
G = 50%
B = 5.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#A0B212 (or 0xA0B212) is known color: Citrus. HEX triplet: A0, B2 and 12. RGB value is (160,178,18). Sum of RGB (Red+Green+Blue) = 160+178+18=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B212 is #5F4DED. Grayscale: #9A9A9A. Windows color (decimal): -6245870 or 1225376. OLE color: 1225376.

HSL color Cylindrical-coordinate representation of color #A0B212: hue angle of 66.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0B212 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 18 -
CMYK 0.10 0 0.90 0.30
HSL 66.75º 0.82% 0.38% -
HSV(B) 66.75º 0.9% 0.7% -
XYZ 30.53 39.36 6.56 -
YUV 154.38 51.04 132.01 -
System Red Green Blue C M Y K H S L
Decimal 160 178 18 0.10 0 0.90 0.30 66.75 0.82 0.38
Hex A0 B2 12 A 0 5A 1E 43 52 26
Octal 240 262 22 12 0 132 36 103 122 46
Binary 10100000 10110010 10010 1010 0 1011010 11110 1000011 1010010 100110

Color Harmonies of #A0B212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B212

Black with #A0B212

Text Example


Text Example

White with #A0B212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B212; }

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

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

background-color css

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

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

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

border-color css

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

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

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