Html Css Color HEX #A7B912 Citrus

📋 copy color: '#A7B912'

red 167 ◦ green 185 ◦ blue 18

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

Shades of Citrus #A7B912

Tints of Citrus #A7B912

RGB

 RED value IS 167 (65.63% from 255) = 45.14%

 GREEN value IS 185 (72.66% from 255) = 50%

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

R = 45.14%
G = 50%
B = 4.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#A7B912 (or 0xA7B912) is known color: Citrus. HEX triplet: A7, B9 and 12. RGB value is (167,185,18). Sum of RGB (Red+Green+Blue) = 167+185+18=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B912 is #5846ED. Grayscale: #A1A1A1. Windows color (decimal): -5785326 or 1227175. OLE color: 1227175.

HSL color Cylindrical-coordinate representation of color #A7B912: hue angle of 66.47º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7B912 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 18 -
CMYK 0.10 0 0.90 0.27
HSL 66.47º 0.82% 0.4% -
HSV(B) 66.47º 0.9% 0.73% -
XYZ 33.39 42.96 7.1 -
YUV 160.58 47.54 132.58 -
System Red Green Blue C M Y K H S L
Decimal 167 185 18 0.10 0 0.90 0.27 66.47 0.82 0.4
Hex A7 B9 12 A 0 5A 1B 42 52 28
Octal 247 271 22 12 0 132 33 102 122 50
Binary 10100111 10111001 10010 1010 0 1011010 11011 1000010 1010010 101000

Color Harmonies of #A7B912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B912

Black with #A7B912

Text Example


Text Example

White with #A7B912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B912; }

 p { color: rgb(167,185,18); }

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

background-color css

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

 a { background-color: rgb(167,185,18); }

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

border-color css

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

 span { border-color: rgb(167,185,18); }

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