Html Css Color HEX #A5BD04 Citrus

📋 copy color: '#A5BD04'

red 165 ◦ green 189 ◦ blue 4

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

Shades of Citrus #A5BD04

Tints of Citrus #A5BD04

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.79%

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 46.09%
G = 52.79%
B = 1.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#A5BD04 (or 0xA5BD04) is known color: Citrus. HEX triplet: A5, BD and 04. RGB value is (165,189,4). Sum of RGB (Red+Green+Blue) = 165+189+4=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BD04 is #5A42FB. Grayscale: #A1A1A1. Windows color (decimal): -5915388 or 310693. OLE color: 310693.

HSL color Cylindrical-coordinate representation of color #A5BD04: hue angle of 67.78º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5BD04 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 4 -
CMYK 0.13 0 0.98 0.26
HSL 67.78º 0.96% 0.38% -
HSV(B) 67.78º 0.98% 0.74% -
XYZ 33.74 44.4 6.91 -
YUV 160.73 39.55 131.04 -
System Red Green Blue C M Y K H S L
Decimal 165 189 4 0.13 0 0.98 0.26 67.78 0.96 0.38
Hex A5 BD 4 D 0 62 1A 44 60 26
Octal 245 275 4 15 0 142 32 104 140 46
Binary 10100101 10111101 100 1101 0 1100010 11010 1000100 1100000 100110

Color Harmonies of #A5BD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD04

Black with #A5BD04

Text Example


Text Example

White with #A5BD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD04; }

 p { color: rgb(165,189,4); }

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

background-color css

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

 a { background-color: rgb(165,189,4); }

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

border-color css

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

 span { border-color: rgb(165,189,4); }

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