Html Css Color HEX #A7B30F Citrus

📋 copy color: '#A7B30F'

red 167 ◦ green 179 ◦ blue 15

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

Shades of Citrus #A7B30F

Tints of Citrus #A7B30F

RGB

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

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

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

R = 46.26%
G = 49.58%
B = 4.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#A7B30F (or 0xA7B30F) is known color: Citrus. HEX triplet: A7, B3 and 0F. RGB value is (167,179,15). Sum of RGB (Red+Green+Blue) = 167+179+15=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B30F is #584CF0. Grayscale: #9D9D9D. Windows color (decimal): -5786865 or 1029031. OLE color: 1029031.

HSL color Cylindrical-coordinate representation of color #A7B30F: hue angle of 64.39º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7B30F is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 179 15 -
CMYK 0.07 0 0.92 0.30
HSL 64.39º 0.85% 0.38% -
HSV(B) 64.39º 0.92% 0.7% -
XYZ 32.14 40.49 6.57 -
YUV 156.72 48.02 135.34 -
System Red Green Blue C M Y K H S L
Decimal 167 179 15 0.07 0 0.92 0.30 64.39 0.85 0.38
Hex A7 B3 F 7 0 5C 1E 40 55 26
Octal 247 263 17 7 0 134 36 100 125 46
Binary 10100111 10110011 1111 111 0 1011100 11110 1000000 1010101 100110

Color Harmonies of #A7B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B30F

Black with #A7B30F

Text Example


Text Example

White with #A7B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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