Html Css Color HEX #A7B400 Citrus

📋 copy color: '#A7B400'

red 167 ◦ green 180 ◦ blue 0

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

Shades of Citrus #A7B400

Tints of Citrus #A7B400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.87%

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

R = 48.13%
G = 51.87%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#A7B400 (or 0xA7B400) is known color: Citrus. HEX triplet: A7, B4 and 00. RGB value is (167,180,0). Sum of RGB (Red+Green+Blue) = 167+180+0=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B400 is #584BFF. Grayscale: #9C9C9C. Windows color (decimal): -5786624 or 46247. OLE color: 46247.

HSL color Cylindrical-coordinate representation of color #A7B400: hue angle of 64.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7B400 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 180 0 -
CMYK 0.07 0 1 0.29
HSL 64.33º 1% 0.35% -
HSV(B) 64.33º 1% 0.71% -
XYZ 32.26 40.86 6.19 -
YUV 155.59 40.19 136.14 -
System Red Green Blue C M Y K H S L
Decimal 167 180 0 0.07 0 1 0.29 64.33 1 0.35
Hex A7 B4 0 7 0 64 1D 40 64 23
Octal 247 264 0 7 0 144 35 100 144 43
Binary 10100111 10110100 0 111 0 1100100 11101 1000000 1100100 100011

Color Harmonies of #A7B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B400

Black with #A7B400

Text Example


Text Example

White with #A7B400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B400; }

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

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

background-color css

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

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

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

border-color css

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

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

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