Html Css Color HEX #A8B712 Citrus

📋 copy color: '#A8B712'

red 168 ◦ green 183 ◦ blue 18

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

Shades of Citrus #A8B712

Tints of Citrus #A8B712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 45.53%
G = 49.59%
B = 4.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#A8B712 (or 0xA8B712) is known color: Citrus. HEX triplet: A8, B7 and 12. RGB value is (168,183,18). Sum of RGB (Red+Green+Blue) = 168+183+18=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B712 is #5748ED. Grayscale: #A0A0A0. Windows color (decimal): -5720302 or 1226664. OLE color: 1226664.

HSL color Cylindrical-coordinate representation of color #A8B712: hue angle of 65.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8B712 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 18 -
CMYK 0.08 0 0.90 0.28
HSL 65.45º 0.82% 0.39% -
HSV(B) 65.45º 0.9% 0.72% -
XYZ 33.19 42.24 6.98 -
YUV 159.71 48.03 133.92 -
System Red Green Blue C M Y K H S L
Decimal 168 183 18 0.08 0 0.90 0.28 65.45 0.82 0.39
Hex A8 B7 12 8 0 5A 1C 41 52 27
Octal 250 267 22 10 0 132 34 101 122 47
Binary 10101000 10110111 10010 1000 0 1011010 11100 1000001 1010010 100111

Color Harmonies of #A8B712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B712

Black with #A8B712

Text Example


Text Example

White with #A8B712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B712; }

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

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

background-color css

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

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

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

border-color css

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

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

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