Html Css Color HEX #A8B201 Citrus

📋 copy color: '#A8B201'

red 168 ◦ green 178 ◦ blue 1

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

Shades of Citrus #A8B201

Tints of Citrus #A8B201

RGB

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

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

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

R = 48.41%
G = 51.3%
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

#A8B201 (or 0xA8B201) is known color: Citrus. HEX triplet: A8, B2 and 01. RGB value is (168,178,1). Sum of RGB (Red+Green+Blue) = 168+178+1=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B201 is #574DFE. Grayscale: #9B9B9B. Windows color (decimal): -5721599 or 111272. OLE color: 111272.

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

Color convert

RGB 168 178 1 -
CMYK 0.06 0 0.99 0.30
HSL 63.39º 0.99% 0.35% -
HSV(B) 63.39º 0.99% 0.7% -
XYZ 32.07 40.17 6.09 -
YUV 154.83 41.19 137.39 -
System Red Green Blue C M Y K H S L
Decimal 168 178 1 0.06 0 0.99 0.30 63.39 0.99 0.35
Hex A8 B2 1 6 0 63 1E 3F 63 23
Octal 250 262 1 6 0 143 36 77 143 43
Binary 10101000 10110010 1 110 0 1100011 11110 111111 1100011 100011

Color Harmonies of #A8B201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B201

Black with #A8B201

Text Example


Text Example

White with #A8B201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B201; }

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

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

background-color css

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

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

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

border-color css

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

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

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