Html Css Color HEX #A2B309 Citrus

📋 copy color: '#A2B309'

red 162 ◦ green 179 ◦ blue 9

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

Shades of Citrus #A2B309

Tints of Citrus #A2B309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.57%

R = 46.29%
G = 51.14%
B = 2.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#A2B309 (or 0xA2B309) is known color: Citrus. HEX triplet: A2, B3 and 09. RGB value is (162,179,9). Sum of RGB (Red+Green+Blue) = 162+179+9=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B309 is #5D4CF6. Grayscale: #9B9B9B. Windows color (decimal): -6114551 or 635810. OLE color: 635810.

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

Color convert

RGB 162 179 9 -
CMYK 0.09 0 0.95 0.30
HSL 66º 0.9% 0.37% -
HSV(B) 66º 0.95% 0.7% -
XYZ 31.07 39.94 6.33 -
YUV 154.54 45.87 133.32 -
System Red Green Blue C M Y K H S L
Decimal 162 179 9 0.09 0 0.95 0.30 66 0.9 0.37
Hex A2 B3 9 9 0 5F 1E 42 5A 25
Octal 242 263 11 11 0 137 36 102 132 45
Binary 10100010 10110011 1001 1001 0 1011111 11110 1000010 1011010 100101

Color Harmonies of #A2B309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B309

Black with #A2B309

Text Example


Text Example

White with #A2B309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B309; }

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

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

background-color css

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

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

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

border-color css

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

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

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