Html Css Color HEX #A1B907 Citrus

📋 copy color: '#A1B907'

red 161 ◦ green 185 ◦ blue 7

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

Shades of Citrus #A1B907

Tints of Citrus #A1B907

RGB

 RED value IS 161 (63.28% from 255) = 45.61%

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

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

R = 45.61%
G = 52.41%
B = 1.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#A1B907 (or 0xA1B907) is known color: Citrus. HEX triplet: A1, B9 and 07. RGB value is (161,185,7). Sum of RGB (Red+Green+Blue) = 161+185+7=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B907 is #5E46F8. Grayscale: #9E9E9E. Windows color (decimal): -6178553 or 506273. OLE color: 506273.

HSL color Cylindrical-coordinate representation of color #A1B907: hue angle of 68.09º 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 #A1B907 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 185 7 -
CMYK 0.13 0 0.96 0.27
HSL 68.09º 0.93% 0.38% -
HSV(B) 68.09º 0.96% 0.73% -
XYZ 32.09 42.29 6.67 -
YUV 157.53 43.05 130.47 -
System Red Green Blue C M Y K H S L
Decimal 161 185 7 0.13 0 0.96 0.27 68.09 0.93 0.38
Hex A1 B9 7 D 0 60 1B 44 5D 26
Octal 241 271 7 15 0 140 33 104 135 46
Binary 10100001 10111001 111 1101 0 1100000 11011 1000100 1011101 100110

Color Harmonies of #A1B907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B907

Black with #A1B907

Text Example


Text Example

White with #A1B907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B907; }

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

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

background-color css

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

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

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

border-color css

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

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

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