Html Css Color HEX #A5BD05 Citrus

📋 copy color: '#A5BD05'

red 165 ◦ green 189 ◦ blue 5

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

Shades of Citrus #A5BD05

Tints of Citrus #A5BD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 45.96%
G = 52.65%
B = 1.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#A5BD05 (or 0xA5BD05) is known color: Citrus. HEX triplet: A5, BD and 05. RGB value is (165,189,5). Sum of RGB (Red+Green+Blue) = 165+189+5=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BD05 is #5A42FA. Grayscale: #A1A1A1. Windows color (decimal): -5915387 or 376229. OLE color: 376229.

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

Color convert

RGB 165 189 5 -
CMYK 0.13 0 0.97 0.26
HSL 67.83º 0.95% 0.38% -
HSV(B) 67.83º 0.97% 0.74% -
XYZ 33.74 44.41 6.94 -
YUV 160.85 40.05 130.96 -
System Red Green Blue C M Y K H S L
Decimal 165 189 5 0.13 0 0.97 0.26 67.83 0.95 0.38
Hex A5 BD 5 D 0 61 1A 44 5F 26
Octal 245 275 5 15 0 141 32 104 137 46
Binary 10100101 10111101 101 1101 0 1100001 11010 1000100 1011111 100110

Color Harmonies of #A5BD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD05

Black with #A5BD05

Text Example


Text Example

White with #A5BD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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