Html Css Color HEX #A7B201 Citrus

📋 copy color: '#A7B201'

red 167 ◦ green 178 ◦ blue 1

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

Shades of Citrus #A7B201

Tints of Citrus #A7B201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.45%

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

R = 48.27%
G = 51.45%
B = 0.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#A7B201 (or 0xA7B201) is known color: Citrus. HEX triplet: A7, B2 and 01. RGB value is (167,178,1). Sum of RGB (Red+Green+Blue) = 167+178+1=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B201 is #584DFE. Grayscale: #9B9B9B. Windows color (decimal): -5787135 or 111271. OLE color: 111271.

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

Color convert

RGB 167 178 1 -
CMYK 0.06 0 0.99 0.30
HSL 63.73º 0.99% 0.35% -
HSV(B) 63.73º 0.99% 0.7% -
XYZ 31.86 40.06 6.08 -
YUV 154.53 41.36 136.89 -
System Red Green Blue C M Y K H S L
Decimal 167 178 1 0.06 0 0.99 0.30 63.73 0.99 0.35
Hex A7 B2 1 6 0 63 1E 40 63 23
Octal 247 262 1 6 0 143 36 100 143 43
Binary 10100111 10110010 1 110 0 1100011 11110 1000000 1100011 100011

Color Harmonies of #A7B201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B201

Black with #A7B201

Text Example


Text Example

White with #A7B201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B201; }

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

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

background-color css

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

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

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

border-color css

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

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

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