Html Css Color HEX #A7B900 Citrus

📋 copy color: '#A7B900'

red 167 ◦ green 185 ◦ blue 0

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

Shades of Citrus #A7B900

Tints of Citrus #A7B900

RGB

 RED value IS 167 (65.63% from 255) = 47.44%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.44%
G = 52.56%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#A7B900 (or 0xA7B900) is known color: Citrus. HEX triplet: A7, B9 and 00. RGB value is (167,185,0). Sum of RGB (Red+Green+Blue) = 167+185+0=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B900 is #5846FF. Grayscale: #9F9F9F. Windows color (decimal): -5785344 or 47527. OLE color: 47527.

HSL color Cylindrical-coordinate representation of color #A7B900: hue angle of 65.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7B900 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 0 -
CMYK 0.10 0 1 0.27
HSL 65.84º 1% 0.36% -
HSV(B) 65.84º 1% 0.73% -
XYZ 33.29 42.91 6.53 -
YUV 158.53 38.54 134.04 -
System Red Green Blue C M Y K H S L
Decimal 167 185 0 0.10 0 1 0.27 65.84 1 0.36
Hex A7 B9 0 A 0 64 1B 42 64 24
Octal 247 271 0 12 0 144 33 102 144 44
Binary 10100111 10111001 0 1010 0 1100100 11011 1000010 1100100 100100

Color Harmonies of #A7B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B900

Black with #A7B900

Text Example


Text Example

White with #A7B900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B900; }

 p { color: rgb(167,185,0); }

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

background-color css

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

 a { background-color: rgb(167,185,0); }

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

border-color css

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

 span { border-color: rgb(167,185,0); }

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