Html Css Color HEX #A2B00D Citrus

📋 copy color: '#A2B00D'

red 162 ◦ green 176 ◦ blue 13

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

Shades of Citrus #A2B00D

Tints of Citrus #A2B00D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.14%

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

R = 46.15%
G = 50.14%
B = 3.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#A2B00D (or 0xA2B00D) is known color: Citrus. HEX triplet: A2, B0 and 0D. RGB value is (162,176,13). Sum of RGB (Red+Green+Blue) = 162+176+13=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B00D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B00D is #5D4FF2. Grayscale: #999999. Windows color (decimal): -6115315 or 897186. OLE color: 897186.

HSL color Cylindrical-coordinate representation of color #A2B00D: hue angle of 65.15º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2B00D is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 176 13 -
CMYK 0.08 0 0.93 0.31
HSL 65.15º 0.86% 0.37% -
HSV(B) 65.15º 0.93% 0.69% -
XYZ 30.5 38.76 6.25 -
YUV 153.23 48.86 134.25 -
System Red Green Blue C M Y K H S L
Decimal 162 176 13 0.08 0 0.93 0.31 65.15 0.86 0.37
Hex A2 B0 D 8 0 5D 1F 41 56 25
Octal 242 260 15 10 0 135 37 101 126 45
Binary 10100010 10110000 1101 1000 0 1011101 11111 1000001 1010110 100101

Color Harmonies of #A2B00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B00D

Black with #A2B00D

Text Example


Text Example

White with #A2B00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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