Html Css Color HEX #A0B102 Citrus

📋 copy color: '#A0B102'

red 160 ◦ green 177 ◦ blue 2

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

Shades of Citrus #A0B102

Tints of Citrus #A0B102

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.21%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 47.2%
G = 52.21%
B = 0.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#A0B102 (or 0xA0B102) is known color: Citrus. HEX triplet: A0, B1 and 02. RGB value is (160,177,2). Sum of RGB (Red+Green+Blue) = 160+177+2=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 177 (69.53% from 255 or 52.21% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B102 is #5F4EFD. Grayscale: #989898. Windows color (decimal): -6246142 or 176544. OLE color: 176544.

HSL color Cylindrical-coordinate representation of color #A0B102: hue angle of 65.83º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0B102 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 177 2 -
CMYK 0.10 0 0.99 0.31
HSL 65.83º 0.98% 0.35% -
HSV(B) 65.83º 0.99% 0.69% -
XYZ 30.23 38.92 5.98 -
YUV 151.97 43.37 133.73 -
System Red Green Blue C M Y K H S L
Decimal 160 177 2 0.10 0 0.99 0.31 65.83 0.98 0.35
Hex A0 B1 2 A 0 63 1F 42 62 23
Octal 240 261 2 12 0 143 37 102 142 43
Binary 10100000 10110001 10 1010 0 1100011 11111 1000010 1100010 100011

Color Harmonies of #A0B102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B102

Black with #A0B102

Text Example


Text Example

White with #A0B102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B102; }

 p { color: rgb(160,177,2); }

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

background-color css

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

 a { background-color: rgb(160,177,2); }

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

border-color css

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

 span { border-color: rgb(160,177,2); }

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