Html Css Color HEX #A2B307 Citrus

📋 copy color: '#A2B307'

red 162 ◦ green 179 ◦ blue 7

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

Shades of Citrus #A2B307

Tints of Citrus #A2B307

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.44%

 BLUE value IS 7 (3.13% from 255) = 2.01%

R = 46.55%
G = 51.44%
B = 2.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#A2B307 (or 0xA2B307) is known color: Citrus. HEX triplet: A2, B3 and 07. RGB value is (162,179,7). Sum of RGB (Red+Green+Blue) = 162+179+7=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B307 is #5D4CF8. Grayscale: #9A9A9A. Windows color (decimal): -6114553 or 504738. OLE color: 504738.

HSL color Cylindrical-coordinate representation of color #A2B307: hue angle of 65.93º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2B307 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 179 7 -
CMYK 0.09 0 0.96 0.30
HSL 65.93º 0.92% 0.36% -
HSV(B) 65.93º 0.96% 0.7% -
XYZ 31.06 39.94 6.27 -
YUV 154.31 44.87 133.49 -
System Red Green Blue C M Y K H S L
Decimal 162 179 7 0.09 0 0.96 0.30 65.93 0.92 0.36
Hex A2 B3 7 9 0 60 1E 42 5C 24
Octal 242 263 7 11 0 140 36 102 134 44
Binary 10100010 10110011 111 1001 0 1100000 11110 1000010 1011100 100100

Color Harmonies of #A2B307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B307

Black with #A2B307

Text Example


Text Example

White with #A2B307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B307; }

 p { color: rgb(162,179,7); }

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

background-color css

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

 a { background-color: rgb(162,179,7); }

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

border-color css

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

 span { border-color: rgb(162,179,7); }

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