Html Css Color HEX #A2B907 Citrus

📋 copy color: '#A2B907'

red 162 ◦ green 185 ◦ blue 7

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

Shades of Citrus #A2B907

Tints of Citrus #A2B907

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.26%

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

R = 45.76%
G = 52.26%
B = 1.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#A2B907 (or 0xA2B907) is known color: Citrus. HEX triplet: A2, B9 and 07. RGB value is (162,185,7). Sum of RGB (Red+Green+Blue) = 162+185+7=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B907 is #5D46F8. Grayscale: #9E9E9E. Windows color (decimal): -6113017 or 506274. OLE color: 506274.

HSL color Cylindrical-coordinate representation of color #A2B907: hue angle of 67.75º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2B907 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 7 -
CMYK 0.12 0 0.96 0.27
HSL 67.75º 0.93% 0.38% -
HSV(B) 67.75º 0.96% 0.73% -
XYZ 32.29 42.39 6.68 -
YUV 157.83 42.88 130.97 -
System Red Green Blue C M Y K H S L
Decimal 162 185 7 0.12 0 0.96 0.27 67.75 0.93 0.38
Hex A2 B9 7 C 0 60 1B 44 5D 26
Octal 242 271 7 14 0 140 33 104 135 46
Binary 10100010 10111001 111 1100 0 1100000 11011 1000100 1011101 100110

Color Harmonies of #A2B907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B907

Black with #A2B907

Text Example


Text Example

White with #A2B907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B907; }

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

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

background-color css

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

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

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

border-color css

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

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

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