Html Css Color HEX #A2BC0D Citrus

📋 copy color: '#A2BC0D'

red 162 ◦ green 188 ◦ blue 13

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

Shades of Citrus #A2BC0D

Tints of Citrus #A2BC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.58%

R = 44.63%
G = 51.79%
B = 3.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#A2BC0D (or 0xA2BC0D) is known color: Citrus. HEX triplet: A2, BC and 0D. RGB value is (162,188,13). Sum of RGB (Red+Green+Blue) = 162+188+13=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC0D is #5D43F2. Grayscale: #A0A0A0. Windows color (decimal): -6112243 or 900258. OLE color: 900258.

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

Color convert

RGB 162 188 13 -
CMYK 0.14 0 0.93 0.26
HSL 68.91º 0.87% 0.39% -
HSV(B) 68.91º 0.93% 0.74% -
XYZ 32.96 43.68 7.07 -
YUV 160.28 44.89 129.23 -
System Red Green Blue C M Y K H S L
Decimal 162 188 13 0.14 0 0.93 0.26 68.91 0.87 0.39
Hex A2 BC D E 0 5D 1A 45 57 27
Octal 242 274 15 16 0 135 32 105 127 47
Binary 10100010 10111100 1101 1110 0 1011101 11010 1000101 1010111 100111

Color Harmonies of #A2BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC0D

Black with #A2BC0D

Text Example


Text Example

White with #A2BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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