Html Css Color HEX #A5BC0C Citrus

📋 copy color: '#A5BC0C'

red 165 ◦ green 188 ◦ blue 12

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

Shades of Citrus #A5BC0C

Tints of Citrus #A5BC0C

RGB

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

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

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

R = 45.21%
G = 51.51%
B = 3.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#A5BC0C (or 0xA5BC0C) is known color: Citrus. HEX triplet: A5, BC and 0C. RGB value is (165,188,12). Sum of RGB (Red+Green+Blue) = 165+188+12=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BC0C is #5A43F3. Grayscale: #A1A1A1. Windows color (decimal): -5915636 or 834725. OLE color: 834725.

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

Color convert

RGB 165 188 12 -
CMYK 0.12 0 0.94 0.26
HSL 67.84º 0.88% 0.39% -
HSV(B) 67.84º 0.94% 0.74% -
XYZ 33.57 43.99 7.07 -
YUV 161.06 43.88 130.81 -
System Red Green Blue C M Y K H S L
Decimal 165 188 12 0.12 0 0.94 0.26 67.84 0.88 0.39
Hex A5 BC C C 0 5E 1A 44 58 27
Octal 245 274 14 14 0 136 32 104 130 47
Binary 10100101 10111100 1100 1100 0 1011110 11010 1000100 1011000 100111

Color Harmonies of #A5BC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC0C

Black with #A5BC0C

Text Example


Text Example

White with #A5BC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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