Html Css Color HEX #A5BC0D Citrus

📋 copy color: '#A5BC0D'

red 165 ◦ green 188 ◦ blue 13

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

Shades of Citrus #A5BC0D

Tints of Citrus #A5BC0D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.37%

 BLUE value IS 13 (5.47% from 255) = 3.55%

R = 45.08%
G = 51.37%
B = 3.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#A5BC0D (or 0xA5BC0D) is known color: Citrus. HEX triplet: A5, BC and 0D. RGB value is (165,188,13). Sum of RGB (Red+Green+Blue) = 165+188+13=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BC0D is #5A43F2. Grayscale: #A1A1A1. Windows color (decimal): -5915635 or 900261. OLE color: 900261.

HSL color Cylindrical-coordinate representation of color #A5BC0D: hue angle of 67.89º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5BC0D is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 188 13 -
CMYK 0.12 0 0.93 0.26
HSL 67.89º 0.87% 0.39% -
HSV(B) 67.89º 0.93% 0.74% -
XYZ 33.57 43.99 7.1 -
YUV 161.17 44.38 130.73 -
System Red Green Blue C M Y K H S L
Decimal 165 188 13 0.12 0 0.93 0.26 67.89 0.87 0.39
Hex A5 BC D C 0 5D 1A 44 57 27
Octal 245 274 15 14 0 135 32 104 127 47
Binary 10100101 10111100 1101 1100 0 1011101 11010 1000100 1010111 100111

Color Harmonies of #A5BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC0D

Black with #A5BC0D

Text Example


Text Example

White with #A5BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC0D; }

 p { color: rgb(165,188,13); }

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

background-color css

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

 a { background-color: rgb(165,188,13); }

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

border-color css

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

 span { border-color: rgb(165,188,13); }

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