Html Css Color HEX #A7B701 Citrus

📋 copy color: '#A7B701'

red 167 ◦ green 183 ◦ blue 1

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

Shades of Citrus #A7B701

Tints of Citrus #A7B701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.14%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 47.58%
G = 52.14%
B = 0.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#A7B701 (or 0xA7B701) is known color: Citrus. HEX triplet: A7, B7 and 01. RGB value is (167,183,1). Sum of RGB (Red+Green+Blue) = 167+183+1=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B701 is #5848FE. Grayscale: #9E9E9E. Windows color (decimal): -5785855 or 112551. OLE color: 112551.

HSL color Cylindrical-coordinate representation of color #A7B701: hue angle of 65.27º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7B701 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 183 1 -
CMYK 0.09 0 0.99 0.28
HSL 65.27º 0.99% 0.36% -
HSV(B) 65.27º 0.99% 0.72% -
XYZ 32.88 42.08 6.42 -
YUV 157.47 39.7 134.8 -
System Red Green Blue C M Y K H S L
Decimal 167 183 1 0.09 0 0.99 0.28 65.27 0.99 0.36
Hex A7 B7 1 9 0 63 1C 41 63 24
Octal 247 267 1 11 0 143 34 101 143 44
Binary 10100111 10110111 1 1001 0 1100011 11100 1000001 1100011 100100

Color Harmonies of #A7B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B701

Black with #A7B701

Text Example


Text Example

White with #A7B701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B701; }

 p { color: rgb(167,183,1); }

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

background-color css

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

 a { background-color: rgb(167,183,1); }

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

border-color css

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

 span { border-color: rgb(167,183,1); }

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