Html Css Color HEX #A8B304 Citrus

📋 copy color: '#A8B304'

red 168 ◦ green 179 ◦ blue 4

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

Shades of Citrus #A8B304

Tints of Citrus #A8B304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51%

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 47.86%
G = 51%
B = 1.14%

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

#A8B304 (or 0xA8B304) is known color: Citrus. HEX triplet: A8, B3 and 04. RGB value is (168,179,4). Sum of RGB (Red+Green+Blue) = 168+179+4=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B304 is #574CFB. Grayscale: #9C9C9C. Windows color (decimal): -5721340 or 308136. OLE color: 308136.

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

Color convert

RGB 168 179 4 -
CMYK 0.06 0 0.98 0.30
HSL 63.77º 0.96% 0.36% -
HSV(B) 63.77º 0.98% 0.7% -
XYZ 32.29 40.57 6.24 -
YUV 155.76 42.36 136.73 -
System Red Green Blue C M Y K H S L
Decimal 168 179 4 0.06 0 0.98 0.30 63.77 0.96 0.36
Hex A8 B3 4 6 0 62 1E 40 60 24
Octal 250 263 4 6 0 142 36 100 140 44
Binary 10101000 10110011 100 110 0 1100010 11110 1000000 1100000 100100

Color Harmonies of #A8B304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B304

Black with #A8B304

Text Example


Text Example

White with #A8B304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B304; }

 p { color: rgb(168,179,4); }

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

background-color css

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

 a { background-color: rgb(168,179,4); }

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

border-color css

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

 span { border-color: rgb(168,179,4); }

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