Html Css Color HEX #A8B203 Citrus

📋 copy color: '#A8B203'

red 168 ◦ green 178 ◦ blue 3

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

Shades of Citrus #A8B203

Tints of Citrus #A8B203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 48.14%
G = 51%
B = 0.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#A8B203 (or 0xA8B203) is known color: Citrus. HEX triplet: A8, B2 and 03. RGB value is (168,178,3). Sum of RGB (Red+Green+Blue) = 168+178+3=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B203 is #574DFC. Grayscale: #9B9B9B. Windows color (decimal): -5721597 or 242344. OLE color: 242344.

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

Color convert

RGB 168 178 3 -
CMYK 0.06 0 0.98 0.30
HSL 63.43º 0.97% 0.35% -
HSV(B) 63.43º 0.98% 0.7% -
XYZ 32.09 40.17 6.15 -
YUV 155.06 42.19 137.23 -
System Red Green Blue C M Y K H S L
Decimal 168 178 3 0.06 0 0.98 0.30 63.43 0.97 0.35
Hex A8 B2 3 6 0 62 1E 3F 61 23
Octal 250 262 3 6 0 142 36 77 141 43
Binary 10101000 10110010 11 110 0 1100010 11110 111111 1100001 100011

Color Harmonies of #A8B203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B203

Black with #A8B203

Text Example


Text Example

White with #A8B203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B203; }

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

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

background-color css

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

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

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

border-color css

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

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

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