Html Css Color HEX #A7B104 Citrus

📋 copy color: '#A7B104'

red 167 ◦ green 177 ◦ blue 4

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

Shades of Citrus #A7B104

Tints of Citrus #A7B104

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.86%

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

R = 47.99%
G = 50.86%
B = 1.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#A7B104 (or 0xA7B104) is known color: Citrus. HEX triplet: A7, B1 and 04. RGB value is (167,177,4). Sum of RGB (Red+Green+Blue) = 167+177+4=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 177 (69.53% from 255 or 50.86% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B104 is #584EFB. Grayscale: #9A9A9A. Windows color (decimal): -5787388 or 307623. OLE color: 307623.

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

Color convert

RGB 167 177 4 -
CMYK 0.06 0 0.98 0.31
HSL 63.47º 0.96% 0.35% -
HSV(B) 63.47º 0.98% 0.69% -
XYZ 31.68 39.67 6.1 -
YUV 154.29 43.19 137.07 -
System Red Green Blue C M Y K H S L
Decimal 167 177 4 0.06 0 0.98 0.31 63.47 0.96 0.35
Hex A7 B1 4 6 0 62 1F 3F 60 23
Octal 247 261 4 6 0 142 37 77 140 43
Binary 10100111 10110001 100 110 0 1100010 11111 111111 1100000 100011

Color Harmonies of #A7B104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B104

Black with #A7B104

Text Example


Text Example

White with #A7B104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B104; }

 p { color: rgb(167,177,4); }

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

background-color css

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

 a { background-color: rgb(167,177,4); }

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

border-color css

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

 span { border-color: rgb(167,177,4); }

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