Html Css Color HEX #A2BD01 Citrus

📋 copy color: '#A2BD01'

red 162 ◦ green 189 ◦ blue 1

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

Shades of Citrus #A2BD01

Tints of Citrus #A2BD01

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.69%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 46.02%
G = 53.69%
B = 0.28%

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

#A2BD01 (or 0xA2BD01) is known color: Citrus. HEX triplet: A2, BD and 01. RGB value is (162,189,1). Sum of RGB (Red+Green+Blue) = 162+189+1=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BD01 is #5D42FE. Grayscale: #A0A0A0. Windows color (decimal): -6111999 or 114082. OLE color: 114082.

HSL color Cylindrical-coordinate representation of color #A2BD01: hue angle of 68.62º degrees, saturation: 0.99, 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 #A2BD01 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 189 1 -
CMYK 0.14 0 0.99 0.26
HSL 68.62º 0.99% 0.37% -
HSV(B) 68.62º 0.99% 0.74% -
XYZ 33.1 44.08 6.79 -
YUV 159.5 38.55 129.79 -
System Red Green Blue C M Y K H S L
Decimal 162 189 1 0.14 0 0.99 0.26 68.62 0.99 0.37
Hex A2 BD 1 E 0 63 1A 45 63 25
Octal 242 275 1 16 0 143 32 105 143 45
Binary 10100010 10111101 1 1110 0 1100011 11010 1000101 1100011 100101

Color Harmonies of #A2BD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD01

Black with #A2BD01

Text Example


Text Example

White with #A2BD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD01; }

 p { color: rgb(162,189,1); }

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

background-color css

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

 a { background-color: rgb(162,189,1); }

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

border-color css

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

 span { border-color: rgb(162,189,1); }

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