Html Css Color HEX #A4B30F Citrus

📋 copy color: '#A4B30F'

red 164 ◦ green 179 ◦ blue 15

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

Shades of Citrus #A4B30F

Tints of Citrus #A4B30F

RGB

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

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

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

R = 45.81%
G = 50%
B = 4.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#A4B30F (or 0xA4B30F) is known color: Citrus. HEX triplet: A4, B3 and 0F. RGB value is (164,179,15). Sum of RGB (Red+Green+Blue) = 164+179+15=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B30F is #5B4CF0. Grayscale: #9C9C9C. Windows color (decimal): -5983473 or 1029028. OLE color: 1029028.

HSL color Cylindrical-coordinate representation of color #A4B30F: hue angle of 65.49º 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 #A4B30F is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 179 15 -
CMYK 0.08 0 0.92 0.30
HSL 65.49º 0.85% 0.38% -
HSV(B) 65.49º 0.92% 0.7% -
XYZ 31.52 40.17 6.54 -
YUV 155.82 48.53 133.84 -
System Red Green Blue C M Y K H S L
Decimal 164 179 15 0.08 0 0.92 0.30 65.49 0.85 0.38
Hex A4 B3 F 8 0 5C 1E 41 55 26
Octal 244 263 17 10 0 134 36 101 125 46
Binary 10100100 10110011 1111 1000 0 1011100 11110 1000001 1010101 100110

Color Harmonies of #A4B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B30F

Black with #A4B30F

Text Example


Text Example

White with #A4B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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