Html Css Color HEX #A1BC06 Citrus

📋 copy color: '#A1BC06'

red 161 ◦ green 188 ◦ blue 6

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

Shades of Citrus #A1BC06

Tints of Citrus #A1BC06

RGB

 RED value IS 161 (63.28% from 255) = 45.35%

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

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

R = 45.35%
G = 52.96%
B = 1.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#A1BC06 (or 0xA1BC06) is known color: Citrus. HEX triplet: A1, BC and 06. RGB value is (161,188,6). Sum of RGB (Red+Green+Blue) = 161+188+6=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BC06 is #5E43F9. Grayscale: #9F9F9F. Windows color (decimal): -6177786 or 441505. OLE color: 441505.

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

Color convert

RGB 161 188 6 -
CMYK 0.14 0 0.97 0.26
HSL 68.9º 0.94% 0.38% -
HSV(B) 68.9º 0.97% 0.74% -
XYZ 32.71 43.56 6.86 -
YUV 159.18 41.55 129.3 -
System Red Green Blue C M Y K H S L
Decimal 161 188 6 0.14 0 0.97 0.26 68.9 0.94 0.38
Hex A1 BC 6 E 0 61 1A 45 5E 26
Octal 241 274 6 16 0 141 32 105 136 46
Binary 10100001 10111100 110 1110 0 1100001 11010 1000101 1011110 100110

Color Harmonies of #A1BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC06

Black with #A1BC06

Text Example


Text Example

White with #A1BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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