Html Css Color HEX #A7B300 Citrus

📋 copy color: '#A7B300'

red 167 ◦ green 179 ◦ blue 0

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

Shades of Citrus #A7B300

Tints of Citrus #A7B300

RGB

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

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

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

R = 48.27%
G = 51.73%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#A7B300 (or 0xA7B300) is known color: Citrus. HEX triplet: A7, B3 and 00. RGB value is (167,179,0). Sum of RGB (Red+Green+Blue) = 167+179+0=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B300 is #584CFF. Grayscale: #9B9B9B. Windows color (decimal): -5786880 or 45991. OLE color: 45991.

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

Color convert

RGB 167 179 0 -
CMYK 0.07 0 1 0.30
HSL 64.02º 1% 0.35% -
HSV(B) 64.02º 1% 0.7% -
XYZ 32.06 40.46 6.12 -
YUV 155.01 40.52 136.55 -
System Red Green Blue C M Y K H S L
Decimal 167 179 0 0.07 0 1 0.30 64.02 1 0.35
Hex A7 B3 0 7 0 64 1E 40 64 23
Octal 247 263 0 7 0 144 36 100 144 43
Binary 10100111 10110011 0 111 0 1100100 11110 1000000 1100100 100011

Color Harmonies of #A7B300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B300

Black with #A7B300

Text Example


Text Example

White with #A7B300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B300; }

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

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

background-color css

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

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

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

border-color css

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

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

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