Html Css Color HEX #A5B30F Citrus

📋 copy color: '#A5B30F'

red 165 ◦ green 179 ◦ blue 15

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

Shades of Citrus #A5B30F

Tints of Citrus #A5B30F

RGB

 RED value IS 165 (64.84% from 255) = 45.96%

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

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

R = 45.96%
G = 49.86%
B = 4.18%

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

#A5B30F (or 0xA5B30F) is known color: Citrus. HEX triplet: A5, B3 and 0F. RGB value is (165,179,15). Sum of RGB (Red+Green+Blue) = 165+179+15=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B30F is #5A4CF0. Grayscale: #9C9C9C. Windows color (decimal): -5917937 or 1029029. OLE color: 1029029.

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

Color convert

RGB 165 179 15 -
CMYK 0.08 0 0.92 0.30
HSL 65.12º 0.85% 0.38% -
HSV(B) 65.12º 0.92% 0.7% -
XYZ 31.72 40.27 6.55 -
YUV 156.12 48.36 134.34 -
System Red Green Blue C M Y K H S L
Decimal 165 179 15 0.08 0 0.92 0.30 65.12 0.85 0.38
Hex A5 B3 F 8 0 5C 1E 41 55 26
Octal 245 263 17 10 0 134 36 101 125 46
Binary 10100101 10110011 1111 1000 0 1011100 11110 1000001 1010101 100110

Color Harmonies of #A5B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B30F

Black with #A5B30F

Text Example


Text Example

White with #A5B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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