Html Css Color HEX #A8B30C Citrus

📋 copy color: '#A8B30C'

red 168 ◦ green 179 ◦ blue 12

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

Shades of Citrus #A8B30C

Tints of Citrus #A8B30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.34%

R = 46.8%
G = 49.86%
B = 3.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#A8B30C (or 0xA8B30C) is known color: Citrus. HEX triplet: A8, B3 and 0C. RGB value is (168,179,12). Sum of RGB (Red+Green+Blue) = 168+179+12=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B30C is #574CF3. Grayscale: #9D9D9D. Windows color (decimal): -5721332 or 832424. OLE color: 832424.

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

Color convert

RGB 168 179 12 -
CMYK 0.06 0 0.93 0.30
HSL 63.95º 0.87% 0.37% -
HSV(B) 63.95º 0.93% 0.7% -
XYZ 32.33 40.59 6.48 -
YUV 156.67 46.36 136.08 -
System Red Green Blue C M Y K H S L
Decimal 168 179 12 0.06 0 0.93 0.30 63.95 0.87 0.37
Hex A8 B3 C 6 0 5D 1E 40 57 25
Octal 250 263 14 6 0 135 36 100 127 45
Binary 10101000 10110011 1100 110 0 1011101 11110 1000000 1010111 100101

Color Harmonies of #A8B30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B30C

Black with #A8B30C

Text Example


Text Example

White with #A8B30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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