Html Css Color HEX #A2BF10 Citrus

📋 copy color: '#A2BF10'

red 162 ◦ green 191 ◦ blue 16

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

Shades of Citrus #A2BF10

Tints of Citrus #A2BF10

RGB

 RED value IS 162 (63.67% from 255) = 43.9%

 GREEN value IS 191 (75% from 255) = 51.76%

 BLUE value IS 16 (6.64% from 255) = 4.34%

R = 43.9%
G = 51.76%
B = 4.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#A2BF10 (or 0xA2BF10) is known color: Citrus. HEX triplet: A2, BF and 10. RGB value is (162,191,16). Sum of RGB (Red+Green+Blue) = 162+191+16=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BF10 is #5D40EF. Grayscale: #A3A3A3. Windows color (decimal): -6111472 or 1097634. OLE color: 1097634.

HSL color Cylindrical-coordinate representation of color #A2BF10: hue angle of 69.94º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2BF10 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 191 16 -
CMYK 0.15 0 0.92 0.25
HSL 69.94º 0.85% 0.41% -
HSV(B) 69.94º 0.92% 0.75% -
XYZ 33.62 44.98 7.4 -
YUV 162.38 45.39 127.73 -
System Red Green Blue C M Y K H S L
Decimal 162 191 16 0.15 0 0.92 0.25 69.94 0.85 0.41
Hex A2 BF 10 F 0 5C 19 46 55 29
Octal 242 277 20 17 0 134 31 106 125 51
Binary 10100010 10111111 10000 1111 0 1011100 11001 1000110 1010101 101001

Color Harmonies of #A2BF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BF10

Black with #A2BF10

Text Example


Text Example

White with #A2BF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BF10; }

 p { color: rgb(162,191,16); }

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

background-color css

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

 a { background-color: rgb(162,191,16); }

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

border-color css

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

 span { border-color: rgb(162,191,16); }

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