Html Css Color HEX #A0B411 Citrus

📋 copy color: '#A0B411'

red 160 ◦ green 180 ◦ blue 17

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

Shades of Citrus #A0B411

Tints of Citrus #A0B411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.76%

R = 44.82%
G = 50.42%
B = 4.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#A0B411 (or 0xA0B411) is known color: Citrus. HEX triplet: A0, B4 and 11. RGB value is (160,180,17). Sum of RGB (Red+Green+Blue) = 160+180+17=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B411 is #5F4BEE. Grayscale: #9C9C9C. Windows color (decimal): -6245359 or 1160352. OLE color: 1160352.

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

Color convert

RGB 160 180 17 -
CMYK 0.11 0 0.91 0.29
HSL 67.36º 0.83% 0.39% -
HSV(B) 67.36º 0.91% 0.71% -
XYZ 30.92 40.16 6.65 -
YUV 155.44 49.87 131.25 -
System Red Green Blue C M Y K H S L
Decimal 160 180 17 0.11 0 0.91 0.29 67.36 0.83 0.39
Hex A0 B4 11 B 0 5B 1D 43 53 27
Octal 240 264 21 13 0 133 35 103 123 47
Binary 10100000 10110100 10001 1011 0 1011011 11101 1000011 1010011 100111

Color Harmonies of #A0B411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B411

Black with #A0B411

Text Example


Text Example

White with #A0B411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B411; }

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

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

background-color css

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

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

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

border-color css

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

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

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