Html Css Color HEX #A2BD12 Citrus

📋 copy color: '#A2BD12'

red 162 ◦ green 189 ◦ blue 18

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

Shades of Citrus #A2BD12

Tints of Citrus #A2BD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 43.9%
G = 51.22%
B = 4.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#A2BD12 (or 0xA2BD12) is known color: Citrus. HEX triplet: A2, BD and 12. RGB value is (162,189,18). Sum of RGB (Red+Green+Blue) = 162+189+18=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BD12 is #5D42ED. Grayscale: #A2A2A2. Windows color (decimal): -6111982 or 1228194. OLE color: 1228194.

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

Color convert

RGB 162 189 18 -
CMYK 0.14 0 0.90 0.26
HSL 69.47º 0.83% 0.41% -
HSV(B) 69.47º 0.9% 0.74% -
XYZ 33.21 44.12 7.34 -
YUV 161.43 47.05 128.4 -
System Red Green Blue C M Y K H S L
Decimal 162 189 18 0.14 0 0.90 0.26 69.47 0.83 0.41
Hex A2 BD 12 E 0 5A 1A 45 53 29
Octal 242 275 22 16 0 132 32 105 123 51
Binary 10100010 10111101 10010 1110 0 1011010 11010 1000101 1010011 101001

Color Harmonies of #A2BD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD12

Black with #A2BD12

Text Example


Text Example

White with #A2BD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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