Html Css Color HEX #A2BC02 Citrus

📋 copy color: '#A2BC02'

red 162 ◦ green 188 ◦ blue 2

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

Shades of Citrus #A2BC02

Tints of Citrus #A2BC02

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.41%

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

R = 46.02%
G = 53.41%
B = 0.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#A2BC02 (or 0xA2BC02) is known color: Citrus. HEX triplet: A2, BC and 02. RGB value is (162,188,2). Sum of RGB (Red+Green+Blue) = 162+188+2=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC02 is #5D43FD. Grayscale: #9F9F9F. Windows color (decimal): -6112254 or 179362. OLE color: 179362.

HSL color Cylindrical-coordinate representation of color #A2BC02: hue angle of 68.39º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2BC02 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 188 2 -
CMYK 0.14 0 0.99 0.26
HSL 68.39º 0.98% 0.37% -
HSV(B) 68.39º 0.99% 0.74% -
XYZ 32.89 43.65 6.75 -
YUV 159.02 39.39 130.12 -
System Red Green Blue C M Y K H S L
Decimal 162 188 2 0.14 0 0.99 0.26 68.39 0.98 0.37
Hex A2 BC 2 E 0 63 1A 44 62 25
Octal 242 274 2 16 0 143 32 104 142 45
Binary 10100010 10111100 10 1110 0 1100011 11010 1000100 1100010 100101

Color Harmonies of #A2BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC02

Black with #A2BC02

Text Example


Text Example

White with #A2BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC02; }

 p { color: rgb(162,188,2); }

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

background-color css

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

 a { background-color: rgb(162,188,2); }

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

border-color css

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

 span { border-color: rgb(162,188,2); }

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