Html Css Color HEX #A7B10F Citrus

📋 copy color: '#A7B10F'

red 167 ◦ green 177 ◦ blue 15

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

Shades of Citrus #A7B10F

Tints of Citrus #A7B10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.18%

R = 46.52%
G = 49.3%
B = 4.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#A7B10F (or 0xA7B10F) is known color: Citrus. HEX triplet: A7, B1 and 0F. RGB value is (167,177,15). Sum of RGB (Red+Green+Blue) = 167+177+15=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B10F is #584EF0. Grayscale: #9C9C9C. Windows color (decimal): -5787377 or 1028519. OLE color: 1028519.

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

Color convert

RGB 167 177 15 -
CMYK 0.06 0 0.92 0.31
HSL 63.7º 0.84% 0.38% -
HSV(B) 63.7º 0.92% 0.69% -
XYZ 31.74 39.69 6.44 -
YUV 155.54 48.69 136.17 -
System Red Green Blue C M Y K H S L
Decimal 167 177 15 0.06 0 0.92 0.31 63.7 0.84 0.38
Hex A7 B1 F 6 0 5C 1F 40 54 26
Octal 247 261 17 6 0 134 37 100 124 46
Binary 10100111 10110001 1111 110 0 1011100 11111 1000000 1010100 100110

Color Harmonies of #A7B10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B10F

Black with #A7B10F

Text Example


Text Example

White with #A7B10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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