Html Css Color HEX #A8B701 Citrus

📋 copy color: '#A8B701'

red 168 ◦ green 183 ◦ blue 1

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

Shades of Citrus #A8B701

Tints of Citrus #A8B701

RGB

 RED value IS 168 (66.02% from 255) = 47.73%

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

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

R = 47.73%
G = 51.99%
B = 0.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#A8B701 (or 0xA8B701) is known color: Citrus. HEX triplet: A8, B7 and 01. RGB value is (168,183,1). Sum of RGB (Red+Green+Blue) = 168+183+1=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B701 is #5748FE. Grayscale: #9E9E9E. Windows color (decimal): -5720319 or 112552. OLE color: 112552.

HSL color Cylindrical-coordinate representation of color #A8B701: hue angle of 64.95º 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 #A8B701 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 1 -
CMYK 0.08 0 0.99 0.28
HSL 64.95º 0.99% 0.36% -
HSV(B) 64.95º 0.99% 0.72% -
XYZ 33.09 42.19 6.43 -
YUV 157.77 39.53 135.3 -
System Red Green Blue C M Y K H S L
Decimal 168 183 1 0.08 0 0.99 0.28 64.95 0.99 0.36
Hex A8 B7 1 8 0 63 1C 41 63 24
Octal 250 267 1 10 0 143 34 101 143 44
Binary 10101000 10110111 1 1000 0 1100011 11100 1000001 1100011 100100

Color Harmonies of #A8B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B701

Black with #A8B701

Text Example


Text Example

White with #A8B701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B701; }

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

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

background-color css

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

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

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

border-color css

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

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

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