Html Css Color HEX #A5BC06 Citrus

📋 copy color: '#A5BC06'

red 165 ◦ green 188 ◦ blue 6

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

Shades of Citrus #A5BC06

Tints of Citrus #A5BC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.67%

R = 45.96%
G = 52.37%
B = 1.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#A5BC06 (or 0xA5BC06) is known color: Citrus. HEX triplet: A5, BC and 06. RGB value is (165,188,6). Sum of RGB (Red+Green+Blue) = 165+188+6=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BC06 is #5A43F9. Grayscale: #A1A1A1. Windows color (decimal): -5915642 or 441509. OLE color: 441509.

HSL color Cylindrical-coordinate representation of color #A5BC06: hue angle of 67.58º degrees, saturation: 0.94, 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 #A5BC06 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 188 6 -
CMYK 0.12 0 0.97 0.26
HSL 67.58º 0.94% 0.38% -
HSV(B) 67.58º 0.97% 0.74% -
XYZ 33.53 43.98 6.89 -
YUV 160.38 40.88 131.3 -
System Red Green Blue C M Y K H S L
Decimal 165 188 6 0.12 0 0.97 0.26 67.58 0.94 0.38
Hex A5 BC 6 C 0 61 1A 44 5E 26
Octal 245 274 6 14 0 141 32 104 136 46
Binary 10100101 10111100 110 1100 0 1100001 11010 1000100 1011110 100110

Color Harmonies of #A5BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC06

Black with #A5BC06

Text Example


Text Example

White with #A5BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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