Html Css Color HEX #A2BD0C Citrus

📋 copy color: '#A2BD0C'

red 162 ◦ green 189 ◦ blue 12

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

Shades of Citrus #A2BD0C

Tints of Citrus #A2BD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 44.63%
G = 52.07%
B = 3.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#A2BD0C (or 0xA2BD0C) is known color: Citrus. HEX triplet: A2, BD and 0C. RGB value is (162,189,12). Sum of RGB (Red+Green+Blue) = 162+189+12=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BD0C is #5D42F3. Grayscale: #A1A1A1. Windows color (decimal): -6111988 or 834978. OLE color: 834978.

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

Color convert

RGB 162 189 12 -
CMYK 0.14 0 0.94 0.26
HSL 69.15º 0.88% 0.39% -
HSV(B) 69.15º 0.94% 0.74% -
XYZ 33.16 44.1 7.11 -
YUV 160.75 44.05 128.89 -
System Red Green Blue C M Y K H S L
Decimal 162 189 12 0.14 0 0.94 0.26 69.15 0.88 0.39
Hex A2 BD C E 0 5E 1A 45 58 27
Octal 242 275 14 16 0 136 32 105 130 47
Binary 10100010 10111101 1100 1110 0 1011110 11010 1000101 1011000 100111

Color Harmonies of #A2BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD0C

Black with #A2BD0C

Text Example


Text Example

White with #A2BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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