Html Css Color HEX #A5BE00 Citrus

📋 copy color: '#A5BE00'

red 165 ◦ green 190 ◦ blue 0

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

Shades of Citrus #A5BE00

Tints of Citrus #A5BE00

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.48%
G = 53.52%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#A5BE00 (or 0xA5BE00) is known color: Citrus. HEX triplet: A5, BE and 00. RGB value is (165,190,0). Sum of RGB (Red+Green+Blue) = 165+190+0=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BE00 is #5A41FF. Grayscale: #A1A1A1. Windows color (decimal): -5915136 or 48805. OLE color: 48805.

HSL color Cylindrical-coordinate representation of color #A5BE00: hue angle of 67.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5BE00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 190 0 -
CMYK 0.13 0 1 0.25
HSL 67.89º 1% 0.37% -
HSV(B) 67.89º 1% 0.75% -
XYZ 33.93 44.83 6.86 -
YUV 160.87 37.22 130.95 -
System Red Green Blue C M Y K H S L
Decimal 165 190 0 0.13 0 1 0.25 67.89 1 0.37
Hex A5 BE 0 D 0 64 19 44 64 25
Octal 245 276 0 15 0 144 31 104 144 45
Binary 10100101 10111110 0 1101 0 1100100 11001 1000100 1100100 100101

Color Harmonies of #A5BE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BE00

Black with #A5BE00

Text Example


Text Example

White with #A5BE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BE00; }

 p { color: rgb(165,190,0); }

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

background-color css

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

 a { background-color: rgb(165,190,0); }

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

border-color css

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

 span { border-color: rgb(165,190,0); }

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