Html Css Color HEX #A4B307 Citrus

📋 copy color: '#A4B307'

red 164 ◦ green 179 ◦ blue 7

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

Shades of Citrus #A4B307

Tints of Citrus #A4B307

RGB

 RED value IS 164 (64.45% from 255) = 46.86%

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

 BLUE value IS 7 (3.13% from 255) = 2%

R = 46.86%
G = 51.14%
B = 2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#A4B307 (or 0xA4B307) is known color: Citrus. HEX triplet: A4, B3 and 07. RGB value is (164,179,7). Sum of RGB (Red+Green+Blue) = 164+179+7=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B307 is #5B4CF8. Grayscale: #9B9B9B. Windows color (decimal): -5983481 or 504740. OLE color: 504740.

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

Color convert

RGB 164 179 7 -
CMYK 0.08 0 0.96 0.30
HSL 65.23º 0.92% 0.36% -
HSV(B) 65.23º 0.96% 0.7% -
XYZ 31.47 40.15 6.29 -
YUV 154.91 44.53 134.49 -
System Red Green Blue C M Y K H S L
Decimal 164 179 7 0.08 0 0.96 0.30 65.23 0.92 0.36
Hex A4 B3 7 8 0 60 1E 41 5C 24
Octal 244 263 7 10 0 140 36 101 134 44
Binary 10100100 10110011 111 1000 0 1100000 11110 1000001 1011100 100100

Color Harmonies of #A4B307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B307

Black with #A4B307

Text Example


Text Example

White with #A4B307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B307; }

 p { color: rgb(164,179,7); }

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

background-color css

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

 a { background-color: rgb(164,179,7); }

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

border-color css

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

 span { border-color: rgb(164,179,7); }

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