Html Css Color HEX #A2BD00 Citrus

📋 copy color: '#A2BD00'

red 162 ◦ green 189 ◦ blue 0

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

Shades of Citrus #A2BD00

Tints of Citrus #A2BD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.15%
G = 53.85%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#A2BD00 (or 0xA2BD00) is known color: Citrus. HEX triplet: A2, BD and 00. RGB value is (162,189,0). Sum of RGB (Red+Green+Blue) = 162+189+0=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BD00 is #5D42FF. Grayscale: #A0A0A0. Windows color (decimal): -6112000 or 48546. OLE color: 48546.

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

Color convert

RGB 162 189 0 -
CMYK 0.14 0 1 0.26
HSL 68.57º 1% 0.37% -
HSV(B) 68.57º 1% 0.74% -
XYZ 33.1 44.08 6.76 -
YUV 159.38 38.05 129.87 -
System Red Green Blue C M Y K H S L
Decimal 162 189 0 0.14 0 1 0.26 68.57 1 0.37
Hex A2 BD 0 E 0 64 1A 45 64 25
Octal 242 275 0 16 0 144 32 105 144 45
Binary 10100010 10111101 0 1110 0 1100100 11010 1000101 1100100 100101

Color Harmonies of #A2BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD00

Black with #A2BD00

Text Example


Text Example

White with #A2BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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