Html Css Color HEX #A5B90C Citrus

📋 copy color: '#A5B90C'

red 165 ◦ green 185 ◦ blue 12

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

Shades of Citrus #A5B90C

Tints of Citrus #A5B90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.1%

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 45.58%
G = 51.1%
B = 3.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#A5B90C (or 0xA5B90C) is known color: Citrus. HEX triplet: A5, B9 and 0C. RGB value is (165,185,12). Sum of RGB (Red+Green+Blue) = 165+185+12=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B90C is #5A46F3. Grayscale: #9F9F9F. Windows color (decimal): -5916404 or 833957. OLE color: 833957.

HSL color Cylindrical-coordinate representation of color #A5B90C: hue angle of 66.94º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5B90C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 12 -
CMYK 0.11 0 0.94 0.27
HSL 66.94º 0.88% 0.39% -
HSV(B) 66.94º 0.94% 0.73% -
XYZ 32.93 42.72 6.86 -
YUV 159.3 44.87 132.07 -
System Red Green Blue C M Y K H S L
Decimal 165 185 12 0.11 0 0.94 0.27 66.94 0.88 0.39
Hex A5 B9 C B 0 5E 1B 43 58 27
Octal 245 271 14 13 0 136 33 103 130 47
Binary 10100101 10111001 1100 1011 0 1011110 11011 1000011 1011000 100111

Color Harmonies of #A5B90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B90C

Black with #A5B90C

Text Example


Text Example

White with #A5B90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B90C; }

 p { color: rgb(165,185,12); }

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

background-color css

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

 a { background-color: rgb(165,185,12); }

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

border-color css

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

 span { border-color: rgb(165,185,12); }

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